Download outline map of Marshall (geojson format) :
Marshall.geojson (**)
Download polygon array of Marshall map for "Google Maps" :
Marshall.txt
Bounding Box for Marshall Map : ( 41.862267 , -93.231972 , 42.21014 , -92.765653 )
Wikipedia ID for Marshall : Q485980
Wikipedia SPARQL Query for Marshall (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485980 wdt:P1082 ?population. }
OPTIONAL { wd:Q485980 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485980 wdt:P2046 ?area. }
OPTIONAL { wd:Q485980 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485980 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485980 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 Marshall map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.862267, -93.231972, 42.21014, -92.765653);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Marshall)
[out:json];
(
rel["name"="Marshall"][type=boundary];
rel["name:en"="Marshall"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Marshall
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Albion | 42.112526 , -92.988741 |
Bangor | 42.173320 , -93.093540 |
Bromley | 42.118880 , -93.129650 |
Clemons | 42.113898 , -93.158508 |
Dillon | 41.976930 , -92.824090 |
Dunbar | 41.940820 , -92.796590 |
Edenville | 41.926930 , -93.183540 |
Ferguson | 41.938580 , -92.863031 |
Gilman | 41.878809 , -92.788140 |
Green Mountain | 42.101917 , -92.819626 |
Haverhill | 41.944121 , -92.960740 |
Illinois Grove | 42.190820 , -93.223540 |
LaMoille | 42.030540 , -93.038530 |
Laurel | 41.884062 , -92.922164 |
Le Grand | 42.006693 , -92.774975 |
Liscomb | 42.191029 , -93.006172 |
Luray | 41.990540 , -92.999920 |
Malta | 41.970820 , -93.112700 |
Marietta | 42.083040 , -93.000480 |
Marshalltown | 42.034102 , -92.906695 |
Maulsby | 42.144710 , -92.923260 |
Melbourne | 41.941548 , -93.102616 |
Minerva | 42.116380 , -93.087980 |
Moningers | 42.109150 , -93.034370 |
Pickering | 41.940820 , -92.816590 |
Quarry | 42.017210 , -92.805200 |
Rhodes | 41.927826 , -93.183691 |
Rockton | 42.053040 , -92.837140 |
St. Anthony | 42.123908 , -93.197776 |
State Center | 42.014888 , -93.165258 |
State Center Junction | 41.942210 , -93.047140 |
Van | 41.939710 , -93.018810 |
Van Cleve | 41.931380 , -93.019090 |
Wolf Lake Addition | 41.995270 , -92.885750 |
Notes:
- You can download geometry data for Marshall 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.