Download outline map of Park (geojson format) :
Park.geojson (**)
Download polygon array of Park map for "Google Maps" :
Park.txt
Bounding Box for Park Map : ( 43.801156 , -111.056889 , 45.005886 , -108.550562 )
Wikipedia ID for Park : Q156385
Wikipedia SPARQL Query for Park (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156385 wdt:P1082 ?population. }
OPTIONAL { wd:Q156385 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156385 wdt:P2046 ?area. }
OPTIONAL { wd:Q156385 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156385 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156385 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 Park map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.801156, -111.056889, 45.005886, -108.550562);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Park)
[out:json];
(
rel["name"="Park"][type=boundary];
rel["name:en"="Park"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Park
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Badger Basin | 44.925780 , -109.073200 |
Bannock Ford | 44.893550 , -110.376860 |
Buffalo Ford | 44.924940 , -110.377980 |
Canyon Junction | 44.736050 , -110.493260 |
Canyon Village | 44.733830 , -110.489930 |
Clark | 44.899390 , -109.150980 |
Cody | 44.521185 , -109.055029 |
Devils Den | 44.892160 , -110.387700 |
Dry Creek | 44.313570 , -108.938190 |
Dumbell | 44.102180 , -108.988470 |
Elk Basin | 44.990500 , -108.864030 |
Fenton | 44.398010 , -108.574560 |
Fossil Forest | 44.860500 , -110.234640 |
Frannie | 44.971029 , -108.620540 |
Garland | 44.777719 , -108.654155 |
Hawkeye | 44.143560 , -109.623780 |
Lone Tree Crossing | 44.448010 , -108.704020 |
Mammoth | 44.973210 , -110.692943 |
Mammoth Hot Springs | 44.967212 , -110.707447 |
Meeteetse | 44.154307 , -108.861185 |
Pahaska Tepee | 44.503000 , -109.962960 |
Powell | 44.796150 , -108.768163 |
Ralston | 44.708492 , -108.882308 |
Rocky Ford | 44.849358 , -109.601500 |
Sunshine | 44.027450 , -108.990970 |
Tower Junction | 44.916240 , -110.415860 |
Vocation | 44.663290 , -108.943470 |
Wapiti | 44.468560 , -109.437660 |
Willwood | 44.696620 , -108.759850 |
Yanceys | 44.930770 , -110.436310 |
Notes:
- You can download geometry data for Park 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.