Download outline map of Polk (geojson format) :
Polk.geojson (**)
Download polygon array of Polk map for "Google Maps" :
Polk.txt
Bounding Box for Polk Map : ( 41.48177 , -93.815784 , 41.863469 , -93.328407 )
Wikipedia ID for Polk : Q485808
Wikipedia SPARQL Query for Polk (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485808 wdt:P1082 ?population. }
OPTIONAL { wd:Q485808 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485808 wdt:P2046 ?area. }
OPTIONAL { wd:Q485808 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485808 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485808 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 Polk map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.48177, -93.815784, 41.863469, -93.328407);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Polk)
[out:json];
(
rel["name"="Polk"][type=boundary];
rel["name:en"="Polk"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Polk
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adelphi | 41.533320 , -93.426320 |
Alleman | 41.815846 , -93.609460 |
Altoona | 41.646865 , -93.476845 |
Ankeny | 41.727901 , -93.603228 |
Avon | 41.528600 , -93.523270 |
Avon Lake | 41.521930 , -93.501050 |
Berwick | 41.664990 , -93.544940 |
Blue Bird Mobile Park | 41.616100 , -93.711330 |
Bondurant | 41.698533 , -93.454669 |
Bowsher | 41.639160 , -93.541880 |
Camp Dodge | 41.699710 , -93.707440 |
Campbell | 41.610540 , -93.794670 |
Carbondale | 41.582210 , -93.503270 |
Carlisle | 41.511629 , -93.494868 |
Carney | 41.688320 , -93.600500 |
Clive | 41.614541 , -93.797218 |
Country Estate Village | 41.623600 , -93.550220 |
Crocker | 41.774710 , -93.669940 |
Des Moines | 41.572501 , -93.610372 |
East des Moines | 41.570820 , -93.552440 |
East Fourteenth | 41.616805 , -93.624372 |
Easton Place | 41.610270 , -93.566330 |
Elkhart | 41.792288 , -93.524248 |
Farrar | 41.805820 , -93.369930 |
Grimes | 41.677644 , -93.794966 |
Hastie | 41.562770 , -93.489660 |
Herrold | 41.720540 , -93.736890 |
Ivy | 41.600540 , -93.417160 |
Johnston | 41.685586 , -93.717252 |
Levey | 41.546380 , -93.521880 |
Loring | 41.834710 , -93.435210 |
Lovington | 41.645820 , -93.686610 |
Marquisville | 41.656660 , -93.600770 |
Mitchellville | 41.667877 , -93.362909 |
Oralabor | 41.699990 , -93.587990 |
Pleasant Hill | 41.585737 , -93.499701 |
Polk City | 41.772236 , -93.710033 |
Polk City Junction | 41.802490 , -93.698000 |
Runnells | 41.514055 , -93.360397 |
Santiago | 41.709990 , -93.374930 |
Saydel | 41.631041 , -93.616476 |
Saylor | 41.666100 , -93.596610 |
Saylor Station | 41.680540 , -93.595770 |
Saylorville | 41.681044 , -93.627764 |
Stover Heights Community | 41.638880 , -93.558550 |
Swanwood | 41.651380 , -93.590490 |
The Meadows | 41.514430 , -93.654390 |
Urbandale | 41.638627 , -93.780852 |
West Des Moines | 41.552701 , -93.780206 |
White Oak | 41.674990 , -93.534380 |
Windsor Heights | 41.604196 , -93.712793 |
Woodland Hills | 41.553320 , -93.462160 |
Notes:
- You can download geometry data for Polk 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.