Download outline map of Uinta (geojson format) :
Uinta.geojson (**)
Download polygon array of Uinta map for "Google Maps" :
Uinta.txt
Bounding Box for Uinta Map : ( 40.99461 , -111.046908 , 41.579845 , -110.048 )
Wikipedia ID for Uinta : Q483973
Wikipedia SPARQL Query for Uinta (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q483973 wdt:P1082 ?population. }
OPTIONAL { wd:Q483973 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q483973 wdt:P2046 ?area. }
OPTIONAL { wd:Q483973 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q483973 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q483973 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 Uinta map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.99461, -111.046908, 41.579845, -110.048);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Uinta)
[out:json];
(
rel["name"="Uinta"][type=boundary];
rel["name:en"="Uinta"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Uinta
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Almy | 41.331610 , -111.004630 |
Altamont | 41.192170 , -110.789620 |
Antelope | 41.421060 , -110.530170 |
Aspen | 41.205780 , -110.751840 |
Bear River | 41.385854 , -111.026995 |
Beartown | 41.156610 , -110.847950 |
Bridger | 41.381340 , -110.594610 |
Byrnes Crossing | 41.281890 , -110.638500 |
Carter | 41.440444 , -110.430324 |
Carter Cedars | 41.518000 , -110.513780 |
Church Butte | 41.454435 , -110.068244 |
Elkhurst | 41.491900 , -110.350440 |
Evanston | 41.260255 , -110.964594 |
Fort Bridger | 41.318336 , -110.389386 |
Hampton | 41.536060 , -110.308770 |
Hilliard | 41.137730 , -110.811840 |
Le Roy | 41.298766 , -110.643997 |
Lonetree | 41.027266 , -110.153579 |
Lyman | 41.327444 , -110.297810 |
Millburne | 41.258280 , -110.412660 |
Mountain View | 41.272325 , -110.334085 |
Piedmont | 41.216060 , -110.627390 |
Robertson | 41.181571 , -110.427389 |
Three Forks | 41.397450 , -110.980180 |
Urie | 41.308856 , -110.335195 |
Verne | 41.574950 , -110.090710 |
Notes:
- You can download geometry data for Uinta 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.