Download outline map of Nabari (geojson format) :
Nabari.geojson (**)
Download polygon array of Nabari map for "Google Maps" :
Nabari.txt
Bounding Box for Nabari Map : ( 34.545933 , 136.040192 , 34.688068 , 136.195099 )
Wikipedia ID for Nabari : Q166183
Wikipedia SPARQL Query for Nabari (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q166183 wdt:P1082 ?population. }
OPTIONAL { wd:Q166183 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q166183 wdt:P2046 ?area. }
OPTIONAL { wd:Q166183 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q166183 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q166183 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 Nabari map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.545933, 136.040192, 34.688068, 136.195099);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nabari)
[out:json];
(
rel["name"="Nabari"][type=boundary];
rel["name:en"="Nabari"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nabari
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Abeta | 34.600000 , 136.066670 |
Akamecho-hoshikawa | 34.596820 , 136.089280 |
Akamecho-joroku | 34.604190 , 136.072380 |
Akamecho-kashiwara | 34.594250 , 136.081320 |
Akamecho-nagasaka | 34.581000 , 136.080620 |
Funo | 34.582390 , 136.155480 |
Higashitawara | 34.666350 , 136.112460 |
Kaminagase | 34.578200 , 136.177670 |
Kamiya | 34.588170 , 136.145150 |
Kikyogaoka | 34.643560 , 136.120060 |
Kuramochicho-harade | 34.636290 , 136.112300 |
Kuroda | 34.615320 , 136.076060 |
Matsusakimachi | 34.624160 , 136.088510 |
Midorigaoka | 34.642380 , 136.102320 |
Mihata-nakamura | 34.656480 , 136.128480 |
Minamifuruyama | 34.683140 , 136.120160 |
Minowa-nakamura | 34.610630 , 136.088480 |
Nabari | 34.630195 , 136.105914 |
Nagaki | 34.595140 , 136.143530 |
Nagase | 34.589810 , 136.168980 |
Nakachiyama | 34.596670 , 136.121760 |
Natsumi | 34.616540 , 136.104440 |
Oyado | 34.632220 , 136.094390 |
Ryuguchi | 34.572100 , 136.066680 |
Sekoguchi | 34.615740 , 136.089980 |
Shimo'obata | 34.653860 , 136.141420 |
Shimohinachi | 34.622490 , 136.133320 |
Shinden | 34.650000 , 136.133330 |
Shorenji | 34.595150 , 136.109030 |
Suzurandai | 34.637710 , 136.160460 |
Takinohara | 34.628510 , 136.158740 |
Todo | 34.587600 , 136.131910 |
Tsutsujigaoka | 34.607330 , 136.132960 |
Umegaoka | 34.636880 , 136.087330 |
Uyama | 34.668990 , 136.088930 |
Yabata | 34.649640 , 136.088030 |
Yurigaoka | 34.606840 , 136.101030 |
Notes:
- You can download geometry data for Nabari 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.