Download outline map of Tama (geojson format) :
Tama.geojson (**)
Download polygon array of Tama map for "Google Maps" :
Tama.txt
Bounding Box for Tama Map : ( 41.862187 , -92.76809 , 42.297527 , -92.297267 )
Wikipedia ID for Tama : Q119372
Wikipedia SPARQL Query for Tama (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q119372 wdt:P1082 ?population. }
OPTIONAL { wd:Q119372 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q119372 wdt:P2046 ?area. }
OPTIONAL { wd:Q119372 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q119372 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q119372 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 Tama map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.862187, -92.76809, 42.297527, -92.297267);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tama)
[out:json];
(
rel["name"="Tama"][type=boundary];
rel["name:en"="Tama"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tama
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chelsea | 41.920499 , -92.394514 |
Clutier | 42.079329 , -92.403608 |
Dinsdale | 42.259150 , -92.544920 |
Dysart | 42.172101 , -92.309096 |
Elberon | 42.005495 , -92.316115 |
Garwin | 42.093459 , -92.679089 |
Gladbrook | 42.186067 , -92.715096 |
Gladstone | 41.963880 , -92.497410 |
Haven | 41.891660 , -92.479080 |
Helena | 41.920830 , -92.474360 |
Lincoln | 42.263464 , -92.691387 |
Long Point | 41.945270 , -92.483800 |
Mesquakie Indian Settlement | 41.982210 , -92.642690 |
Montour | 41.980261 , -92.714994 |
Potter | 41.959990 , -92.675190 |
Tama | 41.963638 , -92.573987 |
Toledo | 41.990213 , -92.580317 |
Traer | 42.190735 , -92.464160 |
Vining | 41.990983 , -92.387520 |
Notes:
- You can download geometry data for Tama 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.