Download outline map of Iowa (geojson format) :
Iowa.geojson (**)
Download polygon array of Iowa map for "Google Maps" :
Iowa.txt
Bounding Box for Iowa Map : ( 41.509786 , -92.300125 , 41.863057 , -91.82706 )
Wikipedia ID for Iowa : Q486000
Wikipedia SPARQL Query for Iowa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486000 wdt:P1082 ?population. }
OPTIONAL { wd:Q486000 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486000 wdt:P2046 ?area. }
OPTIONAL { wd:Q486000 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486000 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486000 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 Iowa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.509786, -92.300125, 41.863057, -91.82706);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Iowa)
[out:json];
(
rel["name"="Iowa"][type=boundary];
rel["name:en"="Iowa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Iowa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amana | 41.802457 , -91.874032 |
Ambrose | 41.531400 , -92.233520 |
Armah | 41.531400 , -92.209350 |
Conroy | 41.726614 , -91.998528 |
Dayton | 41.851670 , -92.186020 |
Dover | 41.848050 , -92.293240 |
East Amana | 41.807115 , -91.849792 |
Genoa Bluff | 41.695280 , -92.153510 |
Gonoa Bluff | 41.693340 , -92.152680 |
Green Center | 41.540290 , -91.886560 |
High Amana | 41.801109 , -91.941906 |
Holbrook | 41.590840 , -91.912950 |
Homestead | 41.762682 , -91.873124 |
Koszta | 41.827220 , -92.205460 |
Ladora | 41.755506 , -92.185902 |
Marengo | 41.796577 , -92.067922 |
Middle Amana | 41.794372 , -91.901211 |
Millersburg | 41.573172 , -92.159164 |
North English | 41.516401 , -92.077631 |
Parnell | 41.583661 , -92.004558 |
South Amana | 41.770356 , -91.959912 |
Upper South Amana | 41.765840 , -91.967960 |
Victor | 41.730735 , -92.294743 |
West Amana | 41.808457 , -91.965539 |
Williamsburg | 41.667974 , -92.009802 |
Notes:
- You can download geometry data for Iowa 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.