Download outline map of Crook (geojson format) :
Crook.geojson (**)
Download polygon array of Crook map for "Google Maps" :
Crook.txt
Bounding Box for Crook Map : ( 44.17613 , -105.086151 , 45.000439 , -104.054487 )
Wikipedia ID for Crook : Q109508
Wikipedia SPARQL Query for Crook (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109508 wdt:P1082 ?population. }
OPTIONAL { wd:Q109508 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109508 wdt:P2046 ?area. }
OPTIONAL { wd:Q109508 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109508 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109508 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Crook map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](44.17613, -105.086151, 45.000439, -104.054487);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Crook)
[out:json];
(
rel["name"="Crook"][type=boundary];
rel["name:en"="Crook"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Crook
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aladdin | 44.639990 , -104.183550 |
Beulah | 44.545961 , -104.082790 |
Carlile | 44.486930 , -104.801360 |
Carlile Junction | 44.502210 , -104.688300 |
Colony | 44.869990 , -104.155220 |
Devils Tower | 44.589150 , -104.696630 |
Farrall | 44.583880 , -104.257440 |
Hulett | 44.683044 , -104.598060 |
Linden | 44.320540 , -104.596350 |
Mona | 44.809990 , -104.381340 |
Moorcroft | 44.264482 , -104.947563 |
Moskee | 44.271650 , -104.178830 |
New Haven | 44.744150 , -104.844690 |
Oshoto | 44.587480 , -104.937750 |
Pine Haven | 44.353418 , -104.810390 |
Sand Creek Crossing | 44.413870 , -104.096050 |
Seely | 44.807760 , -104.620520 |
Stroner | 44.766650 , -105.045540 |
Sundance | 44.404772 , -104.362417 |
Willow Springs | 44.311650 , -104.138830 |
Notes:
- You can download geometry data for Crook in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.