Download outline map of Uintah (geojson format) :
Uintah.geojson (**)
Download polygon array of Uintah map for "Google Maps" :
Uintah.txt
Bounding Box for Uintah Map : ( 39.461675 , -110.047634 , 40.85868 , -109.048044 )
Wikipedia ID for Uintah : Q1173730
Wikipedia SPARQL Query for Uintah (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1173730 wdt:P1082 ?population. }
OPTIONAL { wd:Q1173730 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1173730 wdt:P2046 ?area. }
OPTIONAL { wd:Q1173730 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1173730 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1173730 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 Uintah map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.461675, -110.047634, 40.85868, -109.048044);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Uintah)
[out:json];
(
rel["name"="Uintah"][type=boundary];
rel["name:en"="Uintah"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Uintah
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ballard | 40.294995 , -109.949379 |
Bennett | 40.373850 , -109.935430 |
Bonanza | 40.030395 , -109.188347 |
Bullionville | 40.700790 , -109.573200 |
Dragon | 39.785800 , -109.073440 |
Dry Fork | 40.557460 , -109.669310 |
Fairbanks Crossing | 39.729690 , -109.732920 |
Fort Duchesne | 40.281105 , -109.876992 |
Gusher | 40.301900 , -109.818480 |
Hayden | 40.432730 , -109.973210 |
Independence | 40.248020 , -109.935150 |
Jensen | 40.369528 , -109.355571 |
Lapoint | 40.403850 , -109.793480 |
Leeton | 40.389120 , -109.920980 |
Leota | 40.188850 , -109.652640 |
Little Bonanza | 40.035800 , -109.211780 |
Maeser | 40.471848 , -109.578617 |
Naples | 40.431748 , -109.491286 |
Ouray | 40.089130 , -109.677360 |
Rainbow | 39.843860 , -109.185390 |
Randlett | 40.226745 , -109.830810 |
Red Wash | 40.198580 , -109.309290 |
Santio Crossing | 39.737740 , -109.583740 |
Squaw Crossing | 39.968850 , -109.669300 |
Tridell | 40.453570 , -109.849870 |
Vernal | 40.451704 , -109.537959 |
Watson | 39.881910 , -109.158450 |
Whiterocks | 40.472147 , -109.941222 |
Notes:
- You can download geometry data for Uintah 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.