Download outline map of Story (geojson format) :
Story.geojson (**)
Download polygon array of Story map for "Google Maps" :
Story.txt
Bounding Box for Story Map : ( 41.862572 , -93.698767 , 42.209397 , -93.231443 )
Wikipedia ID for Story : Q485364
Wikipedia SPARQL Query for Story (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485364 wdt:P1082 ?population. }
OPTIONAL { wd:Q485364 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485364 wdt:P2046 ?area. }
OPTIONAL { wd:Q485364 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485364 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485364 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 Story map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.862572, -93.698767, 42.209397, -93.231443);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Story)
[out:json];
(
rel["name"="Story"][type=boundary];
rel["name:en"="Story"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Story
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ames | 42.025993 , -93.627192 |
Bloomington | 42.056100 , -93.587440 |
Cambridge | 41.900067 , -93.535915 |
Collins | 41.901961 , -93.308288 |
Colo | 42.014482 , -93.318599 |
Fernald | 42.070820 , -93.394930 |
Gilbert | 42.107249 , -93.646234 |
Homestead Colony | 42.078320 , -93.625770 |
Huxley | 41.896062 , -93.591289 |
Iowa Center | 41.928600 , -93.405210 |
Kelley | 41.950807 , -93.665499 |
Maxwell | 41.891384 , -93.395988 |
McCallsburg | 42.164856 , -93.390685 |
Midvale | 41.929430 , -93.610220 |
Nevada | 42.018102 , -93.461982 |
North Grand | 42.025108 , -93.613783 |
Robison-Whitaker Acres | 41.925820 , -93.435210 |
Roland | 42.166038 , -93.502837 |
Sheldahl | 41.864290 , -93.696716 |
Shipley | 41.979990 , -93.511600 |
Slater | 41.879136 , -93.685690 |
Story City | 42.186602 , -93.586550 |
Zearing | 42.158925 , -93.297182 |
Notes:
- You can download geometry data for Story 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.