Download outline map of Sweetwater (geojson format) :
Sweetwater.geojson (**)
Download polygon array of Sweetwater map for "Google Maps" :
Sweetwater.txt
Bounding Box for Sweetwater Map : ( 40.997342 , -110.054409 , 42.270744 , -107.50382 )
Wikipedia ID for Sweetwater : Q484194
Wikipedia SPARQL Query for Sweetwater (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484194 wdt:P1082 ?population. }
OPTIONAL { wd:Q484194 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484194 wdt:P2046 ?area. }
OPTIONAL { wd:Q484194 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484194 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484194 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 Sweetwater map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.997342, -110.054409, 42.270744, -107.50382);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sweetwater)
[out:json];
(
rel["name"="Sweetwater"][type=boundary];
rel["name:en"="Sweetwater"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sweetwater
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arrowhead Springs | 41.508175 , -109.155084 |
Bairoil | 42.237202 , -107.561048 |
Bryan | 41.570520 , -109.682090 |
Burntfork | 41.029120 , -110.004320 |
Clearview Acres | 41.584237 , -109.279970 |
Creston | 41.703850 , -107.756740 |
Creston Junction | 41.726900 , -107.727290 |
Eden | 42.060166 , -109.439152 |
Farson | 42.152817 , -109.428233 |
Granger | 41.596981 , -109.962672 |
Granger Junction | 41.546350 , -109.914030 |
Green River | 41.512432 , -109.470779 |
Greenhough Place | 41.073850 , -109.244850 |
J O Junction | 41.535240 , -108.391490 |
James Town | 41.565237 , -109.539310 |
Kanda | 41.542740 , -109.341520 |
Little America | 41.547011 , -109.864246 |
McKinnon | 41.031442 , -109.938298 |
Monell | 41.590520 , -108.483990 |
North Rock Springs | 41.669742 , -109.271425 |
Petes Place | 41.002740 , -109.024840 |
Point of Rocks | 41.677750 , -108.788640 |
Purple Sage | 41.551395 , -109.320194 |
Quealy | 41.538300 , -109.222630 |
Red Desert | 41.653570 , -108.121760 |
Reliance | 41.668197 , -109.197701 |
Rendezvous | 41.053010 , -109.952930 |
Riner | 41.735240 , -107.550620 |
Riovista | 41.552190 , -109.512910 |
Robinson | 41.627180 , -108.328990 |
Rock Springs | 41.595040 , -109.223650 |
Rocky Crossing | 42.104680 , -108.330100 |
Salt Wells | 41.654690 , -108.985950 |
South Baxter | 41.368020 , -109.121790 |
South Superior | 41.761910 , -108.966780 |
Stansbury | 41.702740 , -109.187900 |
Superior | 41.759673 , -108.964346 |
Sweeney Ranch | 41.479690 , -109.011230 |
Table Rock | 41.621985 , -108.404045 |
Thayer Junction | 41.686910 , -108.911230 |
Tipton | 41.627740 , -108.263430 |
Wamsutter | 41.667901 , -107.979033 |
Washam | 41.005563 , -109.699353 |
Notes:
- You can download geometry data for Sweetwater 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.