Humboldt (Iowa) Map Cropping Samples
Humboldt (Iowa) Map Cropping Samples-1
Humboldt (Iowa) Map Cropping Samples-2
Humboldt neighborhoods and villages map with 3D shadow effect
flag map of Humboldt with 3D shadow effect
Humboldt map with 3d shadow effect
Download outline map of Humboldt (geojson format) :
Humboldt.geojson (**)
Download polygon array of Humboldt map for "Google Maps" :
Humboldt.txt
Bounding Box for Humboldt Map : ( 42.644327 , -94.443166 , 42.90833 , -93.971238 )
Wikipedia ID for Humboldt : Q485455
Wikipedia SPARQL Query for Humboldt (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485455 wdt:P1082 ?population. }
OPTIONAL { wd:Q485455 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485455 wdt:P2046 ?area. }
OPTIONAL { wd:Q485455 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485455 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485455 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 Humboldt map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.644327, -94.443166, 42.90833, -93.971238);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Humboldt)
[out:json];
(
rel["name"="Humboldt"][type=boundary];
rel["name:en"="Humboldt"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Humboldt
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arnold | 42.810800 , -94.198570 |
Bode | 42.868027 , -94.286242 |
Bradgate | 42.802877 , -94.419624 |
Dakota City | 42.722903 , -94.197692 |
Gilmore City | 42.726900 , -94.436913 |
Hardy | 42.810150 , -94.051145 |
Humboldt | 42.723157 , -94.224491 |
Jones Siding | 42.679970 , -94.208020 |
Livermore | 42.868031 , -94.184042 |
Ottosen | 42.898088 , -94.375547 |
Pioneer | 42.653525 , -94.390892 |
Renwick | 42.826916 , -93.981334 |
Rutland | 42.761434 , -94.295189 |
Thor | 42.688116 , -94.049569 |
Unique | 42.717190 , -94.345250 |
Notes:
- You can download geometry data for Humboldt 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.