Download outline map of Teton (geojson format) :
Teton.geojson (**)
Download polygon array of Teton map for "Google Maps" :
Teton.txt
Bounding Box for Teton Map : ( 47.500146 , -113.016894 , 48.133257 , -111.408241 )
Wikipedia ID for Teton : Q496685
Wikipedia SPARQL Query for Teton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q496685 wdt:P1082 ?population. }
OPTIONAL { wd:Q496685 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q496685 wdt:P2046 ?area. }
OPTIONAL { wd:Q496685 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q496685 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q496685 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 Teton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.500146, -113.016894, 48.133257, -111.408241);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Teton)
[out:json];
(
rel["name"="Teton"][type=boundary];
rel["name:en"="Teton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Teton
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agawam | 47.999960 , -112.167520 |
Blackleaf | 48.012450 , -112.606150 |
Bole | 47.710790 , -112.010840 |
Bynum | 47.968124 , -112.316476 |
Choteau | 47.815834 , -112.176243 |
Collins | 47.928290 , -111.810280 |
Diamond Valley | 47.843300 , -111.494980 |
Dutton | 47.847534 , -111.714249 |
Eastham Junction | 47.729120 , -112.094180 |
Fairfield | 47.615318 , -111.981559 |
Farmington | 47.886900 , -112.168910 |
Golden Ridge | 47.567730 , -112.226960 |
Greenfield | 47.639950 , -111.859440 |
Koyl | 47.900230 , -112.262800 |
Malone | 47.941620 , -112.167520 |
Miller Colony | 47.926340 , -112.290030 |
New Rockport Colony | 47.863570 , -112.023620 |
Pendroy | 48.073570 , -112.298920 |
Power | 47.720450 , -111.694337 |
Rockport Colony | 48.066900 , -112.475870 |
Saypo | 47.808840 , -112.566150 |
Truchot Hill | 47.836340 , -112.192240 |
Notes:
- You can download geometry data for Teton 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.