Download outline map of Black Hawk (geojson format) :
Black Hawk.geojson (**)
Download polygon array of Black Hawk map for "Google Maps" :
Black Hawk.txt
Bounding Box for Black Hawk Map : ( 42.297001 , -92.554655 , 42.642373 , -92.064096 )
Wikipedia ID for Black Hawk : Q156628
Wikipedia SPARQL Query for Black Hawk (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156628 wdt:P1082 ?population. }
OPTIONAL { wd:Q156628 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156628 wdt:P2046 ?area. }
OPTIONAL { wd:Q156628 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156628 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156628 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 Black Hawk map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.297001, -92.554655, 42.642373, -92.064096);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Black Hawk)
[out:json];
(
rel["name"="Black Hawk"][type=boundary];
rel["name:en"="Black Hawk"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Black Hawk
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Benson | 42.542480 , -92.542130 |
| Big Rock | 42.551650 , -92.297960 |
| Blessing | 42.311650 , -92.456020 |
| Boies | 42.614430 , -92.377130 |
| Brookside | 42.528922 , -92.449178 |
| Canfield | 42.511930 , -92.141290 |
| Castle Hill | 42.514550 , -92.396220 |
| Cedar City | 42.540540 , -92.441020 |
| Cedar Falls | 42.519693 , -92.453260 |
| Cedar Knoll Park | 42.434710 , -92.296020 |
| Dewar | 42.525540 , -92.219070 |
| Dunkerton | 42.567388 , -92.161378 |
| Eagle Center | 42.340820 , -92.357410 |
| Elk Run Heights | 42.466135 , -92.250073 |
| Evansdale | 42.463470 , -92.276468 |
| Finchford | 42.627200 , -92.543800 |
| Gilbertville | 42.418990 , -92.214193 |
| Hudson | 42.432001 , -92.451909 |
| Jubilee | 42.384160 , -92.103790 |
| La Porte City | 42.313721 , -92.191199 |
| Lamplighter Villa | 42.542210 , -92.419630 |
| Louise | 42.359990 , -92.298800 |
| Norris Siding | 42.549980 , -92.480740 |
| North Cedar | 42.554710 , -92.455740 |
| Raymar | 42.455270 , -92.240180 |
| Raymond | 42.469381 , -92.229579 |
| Voorhies | 42.335820 , -92.482690 |
| Washburn | 42.411125 , -92.268493 |
| Waterloo | 42.491974 , -92.352176 |
| Waterloo East | 42.463138 , -92.320303 |
Notes:
- You can download geometry data for Black Hawk 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.