Download outline map of Daggett (geojson format) :
Daggett.geojson (**)
Download polygon array of Daggett map for "Google Maps" :
Daggett.txt
Bounding Box for Daggett Map : ( 40.662385 , -110.000711 , 41.002059 , -109.048432 )
Wikipedia ID for Daggett : Q111304
Wikipedia SPARQL Query for Daggett (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111304 wdt:P1082 ?population. }
OPTIONAL { wd:Q111304 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111304 wdt:P2046 ?area. }
OPTIONAL { wd:Q111304 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111304 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111304 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 Daggett map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.662385, -110.000711, 41.002059, -109.048432);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Daggett)
[out:json];
(
rel["name"="Daggett"][type=boundary];
rel["name:en"="Daggett"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Daggett
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Deer Lodge Summer Home Area | 40.763850 , -109.475970 |
Dutch John | 40.929920 , -109.385976 |
Flaming Gorge | 40.889059 , -109.475127 |
Flaming Gorge Lodge | 40.884400 , -109.465420 |
Flaming Gorge Summer Home Area | 40.889680 , -109.475970 |
Green Lake | 40.891788 , -109.560376 |
Greendale | 40.890417 , -109.502792 |
Manila | 40.991824 , -109.720799 |
Red Canyon | 40.910623 , -109.315284 |
Notes:
- You can download geometry data for Daggett 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.