Download outline map of Bingham (geojson format) :
Bingham.geojson (**)
Download polygon array of Bingham map for "Google Maps" :
Bingham.txt
Bounding Box for Bingham Map : ( 42.86303 , -113.007995 , 43.626785 , -111.587795 )
Wikipedia ID for Bingham : Q488548
Wikipedia SPARQL Query for Bingham (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488548 wdt:P1082 ?population. }
OPTIONAL { wd:Q488548 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488548 wdt:P2046 ?area. }
OPTIONAL { wd:Q488548 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488548 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488548 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 Bingham map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.86303, -113.007995, 43.626785, -111.587795);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bingham)
[out:json];
(
rel["name"="Bingham"][type=boundary];
rel["name:en"="Bingham"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bingham
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aberdeen | 42.944075 , -112.838378 |
Aberdeen Junction | 43.222970 , -112.470810 |
Aiken | 43.209080 , -112.406650 |
Alridge | 43.211310 , -112.004970 |
Atomic City | 43.443931 , -112.813468 |
Basalt | 43.314309 , -112.164975 |
Blackfoot | 43.193902 , -112.345606 |
Cerro Grande | 43.441020 , -112.933330 |
Clarkson | 43.211580 , -112.418590 |
Coffee Point | 43.156300 , -112.968050 |
Collins | 43.202140 , -112.375810 |
Cox | 43.373530 , -112.053580 |
Firth | 43.305637 , -112.184002 |
Fullmer | 43.308520 , -112.669710 |
Gay | 43.048250 , -112.118300 |
Gibson | 43.100470 , -112.418310 |
Goshen | 43.309640 , -112.083300 |
Grandview | 43.052970 , -112.788320 |
Groveland | 43.223483 , -112.375470 |
Havens | 43.270470 , -112.590820 |
Kimball | 43.273530 , -112.219420 |
Liberty | 43.168800 , -112.555260 |
McDonaldville | 43.259910 , -112.374980 |
Mitchell | 43.397140 , -112.110810 |
Moreland | 43.219480 , -112.437771 |
Morgan | 43.060470 , -111.927460 |
Olsen | 43.285190 , -112.621930 |
Pingree | 43.116580 , -112.598600 |
Rising River | 43.323800 , -112.331640 |
Riverside | 43.196554 , -112.435625 |
Rockford | 43.189235 , -112.530617 |
Rose | 43.254360 , -112.326090 |
Rouse | 43.226580 , -112.479150 |
Shelley | 43.379481 , -112.126102 |
Sterling | 43.037970 , -112.731660 |
Taber | 43.317970 , -112.688880 |
Thomas | 43.182690 , -112.504700 |
Wapello | 43.246860 , -112.256920 |
Woodville | 43.416860 , -112.142750 |
Notes:
- You can download geometry data for Bingham 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.