Download outline map of Grand (geojson format) :
Grand.geojson (**)
Download polygon array of Grand map for "Google Maps" :
Grand.txt
Bounding Box for Grand Map : ( 38.499977 , -110.179252 , 39.499774 , -109.050765 )
Wikipedia ID for Grand : Q27041
Wikipedia SPARQL Query for Grand (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q27041 wdt:P1082 ?population. }
OPTIONAL { wd:Q27041 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q27041 wdt:P2046 ?area. }
OPTIONAL { wd:Q27041 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q27041 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q27041 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 Grand map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.499977, -110.179252, 39.499774, -109.050765);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Grand)
[out:json];
(
rel["name"="Grand"][type=boundary];
rel["name:en"="Grand"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Grand
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agate | 39.014990 , -109.243730 |
Brendel | 38.946920 , -109.814850 |
Castle Valley | 38.633781 , -109.397624 |
Castleton | 38.580780 , -109.355796 |
Cisco | 38.969990 , -109.320670 |
Crescent Junction | 38.943030 , -109.817350 |
Dewey | 38.810260 , -109.301780 |
Elba | 38.949980 , -109.506790 |
Floy | 38.924420 , -109.935960 |
Moab | 38.574631 , -109.551523 |
Sagers | 38.964420 , -109.599570 |
Sego | 39.033030 , -109.703180 |
Thompson | 38.969619 , -109.713060 |
Thompson Springs | 38.963574 , -109.703722 |
Vista | 38.963860 , -109.677350 |
Westwater | 39.078320 , -109.112330 |
Notes:
- You can download geometry data for Grand 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.