Download outline map of Keokuk (geojson format) :
Keokuk.geojson (**)
Download polygon array of Keokuk map for "Google Maps" :
Keokuk.txt
Bounding Box for Keokuk Map : ( 41.16192 , -92.412096 , 41.510795 , -91.944641 )
Wikipedia ID for Keokuk : Q485926
Wikipedia SPARQL Query for Keokuk (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485926 wdt:P1082 ?population. }
OPTIONAL { wd:Q485926 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485926 wdt:P2046 ?area. }
OPTIONAL { wd:Q485926 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485926 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485926 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 Keokuk map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.16192, -92.412096, 41.510795, -91.944641);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Keokuk)
[out:json];
(
rel["name"="Keokuk"][type=boundary];
rel["name:en"="Keokuk"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Keokuk
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Atwood | 41.325010 , -92.406020 |
Aurora | 41.495840 , -92.239630 |
Coal Creek | 41.437780 , -92.393520 |
Creswell | 41.420840 , -92.024340 |
Delta | 41.322588 , -92.330421 |
Gibson | 41.480236 , -92.392046 |
Harper | 41.363671 , -92.050951 |
Hayesville | 41.264710 , -92.247700 |
Hedrick | 41.171163 , -92.307949 |
Jamestown | 41.429170 , -92.354910 |
Keota | 41.365427 , -91.953364 |
Keswick | 41.454665 , -92.238217 |
Kinross | 41.458877 , -91.987303 |
Lanscaster | 41.275570 , -92.164900 |
Martinsburg | 41.178666 , -92.251918 |
Nugent | 41.206120 , -92.189900 |
Ollie | 41.199148 , -92.092306 |
Pekin | 41.162790 , -92.159620 |
Richland | 41.185709 , -91.996025 |
Sigourney | 41.334098 , -92.204542 |
South English | 41.452083 , -92.090512 |
Talleyrand | 41.295010 , -91.965180 |
Thornburg | 41.455395 , -92.332761 |
Webster | 41.437877 , -92.171515 |
What Cheer | 41.399756 , -92.354626 |
Notes:
- You can download geometry data for Keokuk 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.