Download outline map of Valley (geojson format) :
Valley.geojson (**)
Download polygon array of Valley map for "Google Maps" :
Valley.txt
Bounding Box for Valley Map : ( 44.147641 , -116.213049 , 45.219699 , -114.694126 )
Wikipedia ID for Valley : Q491327
Wikipedia SPARQL Query for Valley (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491327 wdt:P1082 ?population. }
OPTIONAL { wd:Q491327 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491327 wdt:P2046 ?area. }
OPTIONAL { wd:Q491327 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491327 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491327 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 Valley map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](44.147641, -116.213049, 45.219699, -114.694126);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Valley)
[out:json];
(
rel["name"="Valley"][type=boundary];
rel["name:en"="Valley"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Valley
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Abstein Place | 44.970740 , -115.486780 |
Alpha | 44.391000 , -116.007910 |
Archabal | 44.846840 , -116.122070 |
Arling | 44.625170 , -116.050130 |
Belvidere | 44.475450 , -116.033460 |
Big Creek | 45.127130 , -115.324280 |
Big Eddy | 44.216000 , -116.107350 |
Cabarton | 44.435450 , -116.040130 |
Cascade | 44.508259 , -116.042343 |
Donnelly | 44.730612 , -116.080728 |
Edwardsburg | 45.118800 , -115.325950 |
Fritser Ford | 45.086570 , -115.628730 |
High Valley | 44.224060 , -116.154850 |
Kinney Point Summer Home Area | 44.638510 , -115.674560 |
Lake Fork | 44.832670 , -116.084850 |
Lakeshore Summer Home Area | 44.646010 , -115.661780 |
Landmark | 44.656290 , -115.545110 |
Lardo | 44.919050 , -116.129007 |
McCall | 44.907516 , -116.111971 |
Midnight | 44.922960 , -115.330660 |
Norwood | 44.808500 , -116.103180 |
Old Fort | 44.811560 , -116.157630 |
Paradise Valley Summer Home Area | 44.669620 , -115.659000 |
Roseberry | 44.730730 , -116.049850 |
Shoreline Drive Summer Home Area | 44.647400 , -115.677620 |
Smiths Ferry | 44.298963 , -116.078241 |
Spink | 44.790170 , -116.048180 |
Stibnite | 44.898240 , -115.339280 |
Warm Lake | 44.654070 , -115.667620 |
Williams Creek Summit Home Area | 44.163500 , -116.120960 |
Yellow Pine | 44.962230 , -115.487944 |
Notes:
- You can download geometry data for Valley 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.