Download outline map of Lemhi (geojson format) :
Lemhi.geojson (**)
Download polygon array of Lemhi map for "Google Maps" :
Lemhi.txt
Bounding Box for Lemhi Map : ( 44.230234 , -114.820115 , 45.705882 , -112.813606 )
Wikipedia ID for Lemhi : Q487415
Wikipedia SPARQL Query for Lemhi (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q487415 wdt:P1082 ?population. }
OPTIONAL { wd:Q487415 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q487415 wdt:P2046 ?area. }
OPTIONAL { wd:Q487415 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q487415 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q487415 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 Lemhi map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](44.230234, -114.820115, 45.705882, -112.813606);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lemhi)
[out:json];
(
rel["name"="Lemhi"][type=boundary];
rel["name:en"="Lemhi"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lemhi
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baker | 45.094650 , -113.734510 |
Blackbird | 45.113250 , -114.219800 |
Carmen | 45.242420 , -113.893400 |
Cobalt | 45.092980 , -114.231740 |
Elk Bend | 44.884370 , -113.968950 |
Forney | 44.999640 , -114.335630 |
Gibbonsville | 45.555480 , -113.923130 |
Gilmore | 44.458800 , -113.269750 |
Hahn | 44.372140 , -113.217520 |
Junction | 44.700760 , -113.370590 |
Leadore | 44.679684 , -113.358405 |
Leadville | 44.705760 , -113.308090 |
May | 44.604370 , -113.912000 |
Nicholia | 44.359910 , -113.011680 |
North Fork | 45.406030 , -113.993960 |
Patterson | 44.523530 , -113.712260 |
Salmon | 45.174449 , -113.894668 |
Shoup | 45.376860 , -114.277030 |
Williams Lake Resort | 45.011870 , -113.965900 |
Yellowjacket | 44.979640 , -114.531750 |
Notes:
- You can download geometry data for Lemhi 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.