Download outline map of Boise (geojson format) :
Boise.geojson (**)
Download polygon array of Boise map for "Google Maps" :
Boise.txt
Bounding Box for Boise Map : ( 43.585806 , -116.281687 , 44.351497 , -114.967224 )
Wikipedia ID for Boise : Q486357
Wikipedia SPARQL Query for Boise (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486357 wdt:P1082 ?population. }
OPTIONAL { wd:Q486357 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486357 wdt:P2046 ?area. }
OPTIONAL { wd:Q486357 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486357 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486357 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 Boise map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.585806, -116.281687, 44.351497, -114.967224);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Boise)
[out:json];
(
rel["name"="Boise"][type=boundary];
rel["name:en"="Boise"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Boise
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Banks | 44.077700 , -116.127847 |
| Banner | 44.019900 , -115.535660 |
| Bear Creek Summer Home Area | 44.166570 , -115.193980 |
| Brownlee | 44.008780 , -116.245410 |
| Centerville | 43.912670 , -115.892340 |
| Crouch | 44.117147 , -115.972943 |
| Garden Valley | 44.083119 , -115.961256 |
| Gardena | 43.975720 , -116.190960 |
| Grandjean | 44.160180 , -115.167590 |
| Granite | 43.940730 , -115.967620 |
| Grimes Pass | 44.044620 , -115.857340 |
| Horseshoe Bend | 43.916486 , -116.200342 |
| Idaho City | 43.827992 , -115.831083 |
| Long Creek Summit Home | 44.132680 , -115.578160 |
| Lowman | 44.078560 , -115.620478 |
| New Centerville | 43.881000 , -115.910110 |
| Pioneerville | 43.968780 , -115.846780 |
| Placerville | 43.942981 , -115.945604 |
| Quartzburg | 43.961000 , -115.988450 |
| Robie Creek | 43.668033 , -116.020846 |
| Silver Creek Plunge | 44.060275 , -115.687494 |
| Star Ranch Summer Home Area | 43.912670 , -115.968450 |
| Tenmile Summer Home Area | 43.897120 , -115.714000 |
| Twin Springs | 43.669340 , -115.701210 |
| Washington Mill | 43.892120 , -115.758440 |
Notes:
- You can download geometry data for Boise 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.