Download outline map of Marion (geojson format) :
Marion.geojson (**)
Download polygon array of Marion map for "Google Maps" :
Marion.txt
Bounding Box for Marion Map : ( 41.160659 , -93.328614 , 41.508522 , -92.869771 )
Wikipedia ID for Marion : Q485452
Wikipedia SPARQL Query for Marion (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485452 wdt:P1082 ?population. }
OPTIONAL { wd:Q485452 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485452 wdt:P2046 ?area. }
OPTIONAL { wd:Q485452 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485452 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485452 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 Marion map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.160659, -93.328614, 41.508522, -92.869771);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Marion)
[out:json];
(
rel["name"="Marion"][type=boundary];
rel["name:en"="Marion"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Marion
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Attica | 41.229720 , -93.016040 |
Bauer | 41.203890 , -93.307150 |
Bussey | 41.205751 , -92.884272 |
Caloma | 41.277220 , -93.309380 |
Cloud | 41.175000 , -93.235210 |
Columbia | 41.175280 , -93.149930 |
Cordova | 41.424440 , -93.096040 |
Donnelley | 41.335000 , -93.176870 |
Durham | 41.320280 , -92.955760 |
Flagler | 41.324720 , -93.021870 |
Gosport | 41.204720 , -93.150760 |
Hamilton | 41.170253 , -92.904087 |
Harvey | 41.317942 , -92.922688 |
Knoxville | 41.318814 , -93.102364 |
Marysville | 41.182650 , -92.953643 |
Melcher-Dallas | 41.227427 , -93.241149 |
Newbern | 41.160830 , -93.308540 |
Otley | 41.458880 , -93.035760 |
Painted Rocks | 41.423534 , -93.121141 |
Pella | 41.405034 , -92.918090 |
Pershing | 41.263050 , -93.006310 |
Pleasantville | 41.386475 , -93.272777 |
Red Rock Lakeview | 41.384053 , -93.017377 |
Swan | 41.467498 , -93.309568 |
Tracy | 41.276390 , -92.875480 |
Notes:
- You can download geometry data for Marion 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.