Download outline map of Cerro Gordo (geojson format) :
Cerro Gordo.geojson (**)
Download polygon array of Cerro Gordo map for "Google Maps" :
Cerro Gordo.txt
Bounding Box for Cerro Gordo Map : ( 42.907495 , -93.498617 , 43.255707 , -93.022968 )
Wikipedia ID for Cerro Gordo : Q111946
Wikipedia SPARQL Query for Cerro Gordo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111946 wdt:P1082 ?population. }
OPTIONAL { wd:Q111946 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111946 wdt:P2046 ?area. }
OPTIONAL { wd:Q111946 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111946 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111946 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 Cerro Gordo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.907495, -93.498617, 43.255707, -93.022968);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cerro Gordo)
[out:json];
(
rel["name"="Cerro Gordo"][type=boundary];
rel["name:en"="Cerro Gordo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cerro Gordo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Burchinal | 43.064797 , -93.278516 |
Cameron | 43.082740 , -93.188260 |
Cartersville | 42.994410 , -93.082980 |
Central Heights | 43.134960 , -93.241870 |
Clear Lake | 43.134654 , -93.373992 |
Creamery | 43.220790 , -93.329370 |
Dougherty | 42.921966 , -93.035883 |
Emery | 43.133570 , -93.280200 |
Freeman | 43.213020 , -93.199930 |
Hanford | 43.074130 , -93.141590 |
Hurley | 43.009130 , -93.231310 |
Lakeside Acres Mobile Park | 43.123570 , -93.384370 |
Mason City | 43.148720 , -93.199807 |
Mason City Junction | 43.118570 , -93.189090 |
Meservey | 42.915644 , -93.473385 |
Owen | 43.037470 , -93.082140 |
Plymouth | 43.246434 , -93.123244 |
Plymouth Junction | 43.227460 , -93.130760 |
Portland | 43.127574 , -93.127119 |
Registry Park | 43.145790 , -93.255760 |
Rock Falls | 43.206988 , -93.087155 |
Rockwell | 42.979966 , -93.187127 |
Swaledale | 42.976524 , -93.315470 |
Thornton | 42.944207 , -93.387069 |
Ventura | 43.128334 , -93.462104 |
Wheelerwood | 43.241630 , -93.064090 |
Notes:
- You can download geometry data for Cerro Gordo 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.