Download outline map of Bannock (geojson format) :
Bannock.geojson (**)
Download polygon array of Bannock map for "Google Maps" :
Bannock.txt
Bounding Box for Bannock Map : ( 42.256571 , -112.752244 , 43.022379 , -111.875428 )
Wikipedia ID for Bannock : Q113017
Wikipedia SPARQL Query for Bannock (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q113017 wdt:P1082 ?population. }
OPTIONAL { wd:Q113017 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q113017 wdt:P2046 ?area. }
OPTIONAL { wd:Q113017 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q113017 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q113017 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 Bannock map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.256571, -112.752244, 43.022379, -111.875428);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bannock)
[out:json];
(
rel["name"="Bannock"][type=boundary];
rel["name:en"="Bannock"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bannock
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alameda | 42.891450 , -112.451378 |
Arimo | 42.559749 , -112.172516 |
Blackrock | 42.796860 , -112.326920 |
Cambridge | 42.450470 , -112.116630 |
Chubbuck | 42.922747 , -112.469521 |
Downata Hot Springs | 42.388530 , -112.089130 |
Downey | 42.428890 , -112.123502 |
Fort Hall | 43.014473 , -112.457300 |
Hawkins | 42.543530 , -112.342190 |
Inkom | 42.797295 , -112.246171 |
Isu | 42.880995 , -112.408847 |
Lava Hot Springs | 42.619859 , -112.009803 |
Marsh Valley | 42.517700 , -112.155800 |
McCammon | 42.649827 , -112.189610 |
Pocatello | 42.871581 , -112.466151 |
Portneuf | 42.794910 , -112.363590 |
Red Rock Junction | 42.354360 , -112.049960 |
Robin | 42.577140 , -112.246630 |
Swan Lake | 42.307700 , -111.998850 |
Swanlake | 42.312980 , -112.003850 |
Tyhee | 42.955063 , -112.456206 |
Virginia | 42.494080 , -112.165520 |
Zenda | 42.377700 , -112.058570 |
Notes:
- You can download geometry data for Bannock 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.