Download outline map of Hardin (geojson format) :
Hardin.geojson (**)
Download polygon array of Hardin map for "Google Maps" :
Hardin.txt
Bounding Box for Hardin Map : ( 42.208697 , -93.499579 , 42.5577 , -93.001674 )
Wikipedia ID for Hardin : Q485484
Wikipedia SPARQL Query for Hardin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485484 wdt:P1082 ?population. }
OPTIONAL { wd:Q485484 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485484 wdt:P2046 ?area. }
OPTIONAL { wd:Q485484 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485484 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485484 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 Hardin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.208697, -93.499579, 42.5577, -93.001674);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hardin)
[out:json];
(
rel["name"="Hardin"][type=boundary];
rel["name:en"="Hardin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hardin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Abbott | 42.485260 , -93.066310 |
Ackley | 42.551878 , -93.052766 |
Alden | 42.510594 , -93.380649 |
Berlin | 42.418590 , -93.160480 |
Buckeye | 42.419473 , -93.375828 |
Cleves | 42.472760 , -93.045200 |
Eagle City | 42.471650 , -93.145200 |
Eldora | 42.360595 , -93.101287 |
Garden City | 42.245521 , -93.395378 |
Hubbard | 42.306110 , -93.301302 |
Hughs | 42.397480 , -93.157700 |
Iowa Falls | 42.519055 , -93.266185 |
Iowa Falls Junction | 42.515260 , -93.263540 |
Lawn Hill | 42.297760 , -93.171870 |
Macey | 42.539420 , -93.147980 |
New Providence | 42.281187 , -93.171839 |
Owasa | 42.431687 , -93.204996 |
Racine | 42.470260 , -93.329370 |
Radcliffe | 42.317710 , -93.434311 |
Robertson | 42.506370 , -93.127420 |
Rough Woods Hill | 42.360820 , -93.208810 |
Sherman | 42.353870 , -93.373820 |
Steamboat Rock | 42.408135 , -93.066506 |
Union | 42.243535 , -93.062677 |
Whitten | 42.262595 , -93.009689 |
Wilke | 42.496650 , -93.469370 |
Xenia | 42.311090 , -93.080760 |
Notes:
- You can download geometry data for Hardin 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.