Download outline map of Hot Springs (geojson format) :
Hot Springs.geojson (**)
Download polygon array of Hot Springs map for "Google Maps" :
Hot Springs.txt
Bounding Box for Hot Springs Map : ( 43.459535 , -109.313129 , 44.079985 , -107.595084 )
Wikipedia ID for Hot Springs : Q114123
Wikipedia SPARQL Query for Hot Springs (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q114123 wdt:P1082 ?population. }
OPTIONAL { wd:Q114123 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q114123 wdt:P2046 ?area. }
OPTIONAL { wd:Q114123 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q114123 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q114123 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 Hot Springs map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.459535, -109.313129, 44.079985, -107.595084);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hot Springs)
[out:json];
(
rel["name"="Hot Springs"][type=boundary];
rel["name:en"="Hot Springs"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hot Springs
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
East Thermopolis | 43.644094 , -108.197883 |
Embar | 43.713840 , -108.673730 |
Gebo | 43.792681 , -108.231875 |
Grass Creek | 43.940230 , -108.648450 |
Hamilton Dome | 43.773290 , -108.575670 |
Kirby | 43.803197 , -108.181040 |
Lucerne | 43.713565 , -108.187209 |
Minnesela | 43.585790 , -108.217040 |
Nickelson Place | 43.536070 , -108.053710 |
Owl Creek | 43.781867 , -108.567824 |
Red Lane | 43.678570 , -108.205930 |
Thermopolis | 43.647888 , -108.213910 |
Notes:
- You can download geometry data for Hot Springs 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.