Download outline map of Duchesne (geojson format) :
Duchesne.geojson (**)
Download polygon array of Duchesne map for "Google Maps" :
Duchesne.txt
Bounding Box for Duchesne Map : ( 39.805979 , -110.904347 , 40.835477 , -109.967601 )
Wikipedia ID for Duchesne : Q26564
Wikipedia SPARQL Query for Duchesne (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26564 wdt:P1082 ?population. }
OPTIONAL { wd:Q26564 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26564 wdt:P2046 ?area. }
OPTIONAL { wd:Q26564 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26564 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26564 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 Duchesne map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.805979, -110.904347, 40.835477, -109.967601);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Duchesne)
[out:json];
(
rel["name"="Duchesne"][type=boundary];
rel["name:en"="Duchesne"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Duchesne
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Altamont | 40.359033 , -110.287312 |
Altonah | 40.401340 , -110.293770 |
Arcadia | 40.222460 , -110.237380 |
Bluebell | 40.357641 , -110.223190 |
Boneta | 40.359680 , -110.341550 |
Bridgeland | 40.163010 , -110.234320 |
Cedarview | 40.360230 , -110.042930 |
Duchesne | 40.174174 , -110.394835 |
Fruitland | 40.212730 , -110.839610 |
Hanna | 40.404110 , -110.765160 |
Monarch | 40.417180 , -110.105430 |
Moon Lake Lodge | 40.569390 , -110.507380 |
Moon Lake Resort | 40.561340 , -110.492380 |
Mount Emmons | 40.347730 , -110.275160 |
Mountain Home | 40.399120 , -110.388490 |
Myton | 40.193241 , -110.062328 |
Neola | 40.434276 , -110.030874 |
Roosevelt | 40.293558 , -110.002985 |
Tabiona | 40.354167 , -110.709570 |
Talmage | 40.339950 , -110.427380 |
Upalco | 40.278010 , -110.218210 |
Utahn | 40.271070 , -110.432100 |
Notes:
- You can download geometry data for Duchesne 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.