Download outline map of Sioux (geojson format) :
Sioux.geojson (**)
Download polygon array of Sioux map for "Google Maps" :
Sioux.txt
Bounding Box for Sioux Map : ( 42.908771 , -96.571509 , 43.260151 , -95.859323 )
Wikipedia ID for Sioux : Q486118
Wikipedia SPARQL Query for Sioux (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486118 wdt:P1082 ?population. }
OPTIONAL { wd:Q486118 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486118 wdt:P2046 ?area. }
OPTIONAL { wd:Q486118 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486118 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486118 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 Sioux map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.908771, -96.571509, 43.260151, -95.859323);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sioux)
[out:json];
(
rel["name"="Sioux"][type=boundary];
rel["name:en"="Sioux"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sioux
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alton | 42.987500 , -96.009124 |
Boyden | 43.188950 , -96.003063 |
Carmel | 43.127760 , -96.235300 |
Carnes | 42.927210 , -96.056960 |
Chatsworth | 42.916317 , -96.514451 |
Granville | 42.985228 , -95.874831 |
Hawarden | 43.001867 , -96.483154 |
Hospers | 43.072535 , -95.903694 |
Hull | 43.189891 , -96.132479 |
Ireton | 42.974898 , -96.321749 |
Lebanon | 43.098600 , -96.356690 |
Matlock | 43.244328 , -95.934503 |
Maurice | 42.966054 , -96.182738 |
McNally | 42.940540 , -96.390860 |
Middleburg | 43.113590 , -96.068910 |
Newkirk | 43.069980 , -95.978070 |
Orange City | 43.002375 , -96.056902 |
Perkins | 43.188040 , -96.185580 |
Rock Valley | 43.204722 , -96.291710 |
Sioux Center | 43.074643 , -96.170719 |
Twilight Trailer Court | 42.998600 , -96.067520 |
Westbrook Village | 43.083320 , -96.185020 |
Notes:
- You can download geometry data for Sioux 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.