Download outline map of Tamano (geojson format) :
Tamano.geojson (**)
Download polygon array of Tamano map for "Google Maps" :
Tamano.txt
Bounding Box for Tamano Map : ( 34.418465 , 133.858093 , 34.578133 , 134.033493 )
Wikipedia ID for Tamano : Q850335
Wikipedia SPARQL Query for Tamano (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q850335 wdt:P1082 ?population. }
OPTIONAL { wd:Q850335 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q850335 wdt:P2046 ?area. }
OPTIONAL { wd:Q850335 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q850335 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q850335 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 Tamano map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.418465, 133.858093, 34.578133, 134.033493);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tamano)
[out:json];
(
rel["name"="Tamano"][type=boundary];
rel["name:en"="Tamano"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tamano
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Banda | 34.566670 , 134.016670 |
Gokan | 34.533330 , 133.980000 |
Hachihamacho-hachihama | 34.552860 , 133.943610 |
Hibi | 34.454450 , 133.924530 |
Mukaihibi | 34.456320 , 133.932210 |
Muneage | 34.551460 , 134.011680 |
Numa | 34.529440 , 133.995000 |
Oyabu | 34.530770 , 133.968750 |
Shibukawa | 34.458330 , 133.903330 |
Tama | 34.478330 , 133.933330 |
Uno | 34.494380 , 133.949330 |
Notes:
- You can download geometry data for Tamano 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.