Pocahontas (Iowa) Map Cropping Samples
Pocahontas (Iowa) Map Cropping Samples-1
Pocahontas (Iowa) Map Cropping Samples-2
Pocahontas neighborhoods and villages map with 3D shadow effect
flag map of Pocahontas with 3D shadow effect
Pocahontas map with 3d shadow effect
Download outline map of Pocahontas (geojson format) :
Pocahontas.geojson (**)
Download polygon array of Pocahontas map for "Google Maps" :
Pocahontas.txt
Bounding Box for Pocahontas Map : ( 42.558757 , -94.915573 , 42.9097 , -94.442541 )
Wikipedia ID for Pocahontas : Q485950
Wikipedia SPARQL Query for Pocahontas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485950 wdt:P1082 ?population. }
OPTIONAL { wd:Q485950 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485950 wdt:P2046 ?area. }
OPTIONAL { wd:Q485950 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485950 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485950 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 Pocahontas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.558757, -94.915573, 42.9097, -94.442541);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pocahontas)
[out:json];
(
rel["name"="Pocahontas"][type=boundary];
rel["name:en"="Pocahontas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pocahontas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Blanden | 42.577200 , -94.561370 |
Fonda | 42.581696 , -94.845942 |
Havelock | 42.833109 , -94.700855 |
Laurens | 42.847747 , -94.848295 |
Palmer | 42.629862 , -94.598473 |
Plover | 42.876712 , -94.622227 |
Pocahontas | 42.737136 , -94.666130 |
Ridotto | 42.829420 , -94.676920 |
Rolfe | 42.812901 , -94.531340 |
Rubens Siding | 42.820810 , -94.579980 |
Rusk | 42.666640 , -94.736650 |
Varina | 42.658118 , -94.897667 |
Ware | 42.790250 , -94.759150 |
Westview | 42.688860 , -94.637480 |
Notes:
- You can download geometry data for Pocahontas 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.