Grundy (Iowa) Map Cropping Samples
Grundy (Iowa) Map Cropping Samples-1
Grundy (Iowa) Map Cropping Samples-2
Grundy neighborhoods and villages map with 3D shadow effect
flag map of Grundy with 3D shadow effect
Grundy map with 3d shadow effect
Download outline map of Grundy (geojson format) :
Grundy.geojson (**)
Download polygon array of Grundy map for "Google Maps" :
Grundy.txt
Bounding Box for Grundy Map : ( 42.209267 , -93.027115 , 42.55681 , -92.53351 )
Wikipedia ID for Grundy : Q412125
Wikipedia SPARQL Query for Grundy (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q412125 wdt:P1082 ?population. }
OPTIONAL { wd:Q412125 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q412125 wdt:P2046 ?area. }
OPTIONAL { wd:Q412125 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q412125 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q412125 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 Grundy map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.209267, -93.027115, 42.55681, -92.53351);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Grundy)
[out:json];
(
rel["name"="Grundy"][type=boundary];
rel["name:en"="Grundy"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Grundy
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beaman | 42.220217 , -92.822187 |
Buck Grove | 42.514150 , -92.849640 |
Conrad | 42.223506 , -92.874491 |
Dairyville | 42.484700 , -92.652690 |
Dike | 42.464134 , -92.625585 |
Fredsville | 42.484150 , -92.574080 |
Grundy Center | 42.363758 , -92.774400 |
Hicks | 42.366100 , -92.534080 |
Holland | 42.399955 , -92.798815 |
Ivester | 42.339710 , -92.944090 |
Lear | 42.527480 , -92.738810 |
Lincoln | 42.427760 , -92.661580 |
Morrison | 42.343033 , -92.673147 |
Reinbeck | 42.321651 , -92.597632 |
Sinclair | 42.499980 , -92.731860 |
Stout | 42.526898 , -92.711545 |
Swanton | 42.499980 , -92.692420 |
Wellsburg | 42.433846 , -92.926569 |
Zaneta | 42.393600 , -92.552140 |
Notes:
- You can download geometry data for Grundy 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.