Download outline map of Kossuth (geojson format) :
Kossuth.geojson (**)
Download polygon array of Kossuth map for "Google Maps" :
Kossuth.txt
Bounding Box for Kossuth Map : ( 42.907762 , -94.443289 , 43.500468 , -93.970201 )
Wikipedia ID for Kossuth : Q113201
Wikipedia SPARQL Query for Kossuth (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q113201 wdt:P1082 ?population. }
OPTIONAL { wd:Q113201 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q113201 wdt:P2046 ?area. }
OPTIONAL { wd:Q113201 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q113201 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q113201 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 Kossuth map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.907762, -94.443289, 43.500468, -93.970201);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kossuth)
[out:json];
(
rel["name"="Kossuth"][type=boundary];
rel["name:en"="Kossuth"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kossuth
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Algona | 43.074317 , -94.230120 |
Bancroft | 43.292755 , -94.217539 |
Burt | 43.198909 , -94.221054 |
Fenton | 43.218157 , -94.427967 |
Galbraith | 42.980520 , -94.159130 |
Gerled | 43.383290 , -94.187740 |
German Valley | 43.269960 , -94.029400 |
Hanna | 42.949130 , -94.020790 |
Hobarton | 43.070520 , -94.282190 |
Irvington | 43.013546 , -94.196051 |
Lakota | 43.378652 , -94.096316 |
Ledyard | 43.420597 , -94.158589 |
Lone Rock | 43.220807 , -94.325500 |
Lotts Creek | 43.156630 , -94.366360 |
Lu Verne | 42.909228 , -94.083626 |
Sexton | 43.074905 , -94.089152 |
St. Benedict | 43.044008 , -94.060950 |
St. Joseph | 42.912290 , -94.230914 |
Stevens | 43.431620 , -94.004120 |
Swea City | 43.383300 , -94.310920 |
Titonka | 43.236817 , -94.041377 |
Wesley | 43.088672 , -93.993686 |
Whittemore | 43.063391 , -94.425054 |
Notes:
- You can download geometry data for Kossuth 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.