Download outline map of Chouteau (geojson format) :
Chouteau.geojson (**)
Download polygon array of Chouteau map for "Google Maps" :
Chouteau.txt
Bounding Box for Chouteau Map : ( 47.415338 , -111.409246 , 48.306798 , -109.532877 )
Wikipedia ID for Chouteau : Q193230
Wikipedia SPARQL Query for Chouteau (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q193230 wdt:P1082 ?population. }
OPTIONAL { wd:Q193230 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q193230 wdt:P2046 ?area. }
OPTIONAL { wd:Q193230 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q193230 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q193230 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 Chouteau map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.415338, -111.409246, 48.306798, -109.532877);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Chouteau)
[out:json];
(
rel["name"="Chouteau"][type=boundary];
rel["name:en"="Chouteau"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Chouteau
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Big Sag | 47.597750 , -110.713550 |
Big Sandy | 48.178733 , -110.113699 |
Big Sandy Trailer Court | 48.178590 , -110.112150 |
Boneau | 48.292643 , -109.863257 |
Carter | 47.781178 , -110.939981 |
Coal Banks Landing | 48.033860 , -110.227990 |
Floweree | 47.729690 , -111.027450 |
Fort Benton | 47.828616 , -110.655936 |
Geraldine | 47.602869 , -110.267180 |
Highwood | 47.599178 , -110.767527 |
Iliad | 47.798590 , -109.786030 |
Kenilworth | 48.175530 , -110.440490 |
Lander Crossing | 47.643020 , -110.933290 |
Lippard | 47.951640 , -110.391040 |
Loma | 47.951195 , -110.488701 |
Montague | 47.679140 , -110.454100 |
Rocky Boy West | 48.297172 , -109.991872 |
Shepherd Crossing | 47.606910 , -110.892730 |
Shonkin | 47.628860 , -110.572710 |
Square Butte | 47.514970 , -110.198260 |
Stranahan | 47.995530 , -110.321320 |
Tunis | 47.806910 , -110.842720 |
Verona | 48.122760 , -110.190210 |
Virgelle | 48.015250 , -110.250490 |
Waltham | 47.569690 , -110.890790 |
Warrick | 48.071650 , -109.606030 |
Woods Crossing | 47.877740 , -111.268020 |
Notes:
- You can download geometry data for Chouteau 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.