Download outline map of Warren (geojson format) :
Warren.geojson (**)
Download polygon array of Warren map for "Google Maps" :
Warren.txt
Bounding Box for Warren Map : ( 41.160501 , -93.790828 , 41.512094 , -93.327886 )
Wikipedia ID for Warren : Q112737
Wikipedia SPARQL Query for Warren (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112737 wdt:P1082 ?population. }
OPTIONAL { wd:Q112737 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112737 wdt:P2046 ?area. }
OPTIONAL { wd:Q112737 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112737 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112737 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 Warren map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.160501, -93.790828, 41.512094, -93.327886);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Warren)
[out:json];
(
rel["name"="Warren"][type=boundary];
rel["name:en"="Warren"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Warren
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ackworth | 41.366302 , -93.474783 |
Beech | 41.374720 , -93.352150 |
Bevington | 41.359547 , -93.790237 |
Churchville | 41.396660 , -93.751050 |
Conger | 41.351940 , -93.758280 |
Cool | 41.223330 , -93.577440 |
Cumming | 41.487529 , -93.759951 |
Ford | 41.484990 , -93.388540 |
Greenbush | 41.424440 , -93.656610 |
Hartford | 41.457705 , -93.405214 |
Indianola | 41.362380 , -93.565892 |
Lacona | 41.189909 , -93.384969 |
Lakewood | 41.501660 , -93.674110 |
Lawrenceburg | 41.227220 , -93.548550 |
Martensdale | 41.373776 , -93.738629 |
Medora | 41.186940 , -93.602720 |
Milo | 41.288720 , -93.439369 |
New Virginia | 41.181616 , -93.731040 |
Norwalk | 41.491442 , -93.692142 |
Orillia | 41.509710 , -93.728830 |
Ottawa | 41.311940 , -93.502160 |
Palmyra | 41.436100 , -93.438270 |
Prole | 41.409160 , -93.727160 |
Sandyville | 41.370770 , -93.386332 |
Scotch Ridge | 41.478650 , -93.557504 |
Spring Hill | 41.412187 , -93.649888 |
St. Marys | 41.307651 , -93.733872 |
Summerset | 41.431380 , -93.544940 |
West Saint Marys | 41.308050 , -93.739660 |
Wick | 41.344710 , -93.738830 |
Notes:
- You can download geometry data for Warren 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.