Mitchell (Iowa) Map Cropping Samples

Mitchell (Iowa) Map Cropping Samples-1
Mitchell (Iowa) Map Cropping Samples-1
Mitchell (Iowa) Map Cropping Samples-2
Mitchell (Iowa) Map Cropping Samples-2
Download outline map of Mitchell (geojson format) : Mitchell.geojson (**)
Download polygon array of Mitchell map for "Google Maps" : Mitchell.txt
Bounding Box for Mitchell Map : ( 43.212473 , -93.024509 , 43.500284 , -92.553128 )
Wikipedia ID for Mitchell : Q485715
Wikipedia SPARQL Query for Mitchell (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485715 wdt:P1082 ?population. }
OPTIONAL { wd:Q485715 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485715 wdt:P2046 ?area. }
OPTIONAL { wd:Q485715 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485715 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485715 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

[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.212473, -93.024509, 43.500284, -92.553128);
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Get Boundaries from overpass-turbo (OSM) with place name (Mitchell)
[out:json];
(
rel["name"="Mitchell"][type=boundary];
rel["name:en"="Mitchell"][type=boundary];
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)


Neighborhoods and Villages of Mitchell
Neighborhoods and VillagesCoordinates (Latitude, Longitude)
Bailey 43.464970 , -92.607960
Brownville 43.342190 , -92.676020
Carpenter 43.414988 , -93.017268
Dixie 43.269690 , -92.994650
Little Cedar 43.369848 , -92.723642
McIntire 43.435961 , -92.593685
Meyer 43.461813 , -92.701063
Mitchell 43.320421 , -92.870873
Mona 43.483288 , -92.950120
New Haven 43.283923 , -92.642189
Orchard 43.227386 , -92.775313
Osage 43.282649 , -92.811388
Otranto 43.460867 , -92.986160
Rock Creek 43.234970 , -92.918810
St. Ansgar 43.379992 , -92.918196
Stacyville 43.439031 , -92.783977
Stacyville Junction 43.445800 , -92.932690
Toeterville 43.440084 , -92.887955


Notes:
- You can download geometry data for Mitchell 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.

Create Mitchell neighborhoods and villages map.


Share this page