Download outline map of Winneshiek (geojson format) :
Winneshiek.geojson (**)
Download polygon array of Winneshiek map for "Google Maps" :
Winneshiek.txt
Bounding Box for Winneshiek Map : ( 43.081653 , -92.081272 , 43.500895 , -91.603992 )
Wikipedia ID for Winneshiek : Q485361
Wikipedia SPARQL Query for Winneshiek (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485361 wdt:P1082 ?population. }
OPTIONAL { wd:Q485361 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485361 wdt:P2046 ?area. }
OPTIONAL { wd:Q485361 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485361 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485361 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 Winneshiek map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.081653, -92.081272, 43.500895, -91.603992);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Winneshiek)
[out:json];
(
rel["name"="Winneshiek"][type=boundary];
rel["name:en"="Winneshiek"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Winneshiek
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bluffton | 43.403020 , -91.911820 |
Burr Oak | 43.457984 , -91.861927 |
Calmar | 43.180564 , -91.867751 |
Castalia | 43.112805 , -91.676962 |
Conover | 43.216360 , -91.897380 |
Decorah | 43.301811 , -91.785001 |
Fort Atkinson | 43.144115 , -91.934775 |
Frankville | 43.189140 , -91.617370 |
Freeport | 43.302200 , -91.743480 |
Hesper | 43.486360 , -91.768480 |
Highlandville | 43.442190 , -91.668480 |
Jackson Junction | 43.101324 , -92.046216 |
Kendallville | 43.439410 , -92.036270 |
Locust | 43.421640 , -91.722370 |
Moneek | 43.160260 , -91.624310 |
Nasset | 43.284420 , -91.666810 |
Navan | 43.097750 , -92.062670 |
Nordness | 43.234420 , -91.771820 |
Ossian | 43.146728 , -91.764855 |
Ridgeway | 43.298877 , -91.992637 |
Sattre | 43.392190 , -91.639590 |
Spillville | 43.203127 , -91.952078 |
Springwater | 43.379690 , -91.742930 |
Thoten | 43.309700 , -91.639870 |
Twin Springs | 43.125250 , -91.858490 |
Washington Prairie | 43.270250 , -91.613760 |
Notes:
- You can download geometry data for Winneshiek 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.