Download outline map of Wapello (geojson format) :
Wapello.geojson (**)
Download polygon array of Wapello map for "Google Maps" :
Wapello.txt
Bounding Box for Wapello Map : ( 40.898867 , -92.640361 , 41.162663 , -92.178983 )
Wikipedia ID for Wapello : Q485467
Wikipedia SPARQL Query for Wapello (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485467 wdt:P1082 ?population. }
OPTIONAL { wd:Q485467 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485467 wdt:P2046 ?area. }
OPTIONAL { wd:Q485467 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485467 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485467 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 Wapello map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.898867, -92.640361, 41.162663, -92.178983);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wapello)
[out:json];
(
rel["name"="Wapello"][type=boundary];
rel["name:en"="Wapello"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wapello
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agency | 40.997475 , -92.307229 |
Ashland | 40.958630 , -92.236570 |
Bidwell | 41.018900 , -92.538520 |
Bladensburg | 41.046130 , -92.237130 |
Blakesburg | 40.961973 , -92.634802 |
Chillicothe | 41.086011 , -92.530328 |
Cliffland | 40.965850 , -92.326290 |
Dahlonega | 41.058630 , -92.369910 |
Dudley | 41.087790 , -92.591860 |
Eddyville | 41.159205 , -92.629791 |
Eldon | 40.917635 , -92.217673 |
Farson | 41.122240 , -92.255180 |
Golden Arrow Mobile Park | 40.993070 , -92.403520 |
Highland Center | 41.126400 , -92.353240 |
Kirkville | 41.142249 , -92.503587 |
Munterville | 41.035570 , -92.620190 |
Ormanville | 40.908630 , -92.483240 |
Ottumwa | 41.019577 , -92.418614 |
Ottumwa Junction | 41.048350 , -92.439630 |
Phillips | 41.053900 , -92.426850 |
Pickwick | 41.008350 , -92.418520 |
Rutledge | 41.061120 , -92.421300 |
Skyline Mobile Park | 41.006680 , -92.456580 |
South Ottumwa | 41.005020 , -92.378520 |
Willard | 41.006120 , -92.589630 |
Yampa | 41.010020 , -92.223790 |
Notes:
- You can download geometry data for Wapello 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.