Download outline map of Taku (geojson format) :
Taku.geojson (**)
Download polygon array of Taku map for "Google Maps" :
Taku.txt
Bounding Box for Taku Map : ( 33.2342 , 130.021896 , 33.339401 , 130.1819 )
Wikipedia ID for Taku : Q877177
Wikipedia SPARQL Query for Taku (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q877177 wdt:P1082 ?population. }
OPTIONAL { wd:Q877177 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q877177 wdt:P2046 ?area. }
OPTIONAL { wd:Q877177 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q877177 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q877177 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 Taku map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.2342, 130.021896, 33.339401, 130.1819);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Taku)
[out:json];
(
rel["name"="Taku"][type=boundary];
rel["name:en"="Taku"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Taku
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amagase | 33.251670 , 130.107470 |
Bansho | 33.302840 , 130.085950 |
Daji | 33.264310 , 130.047390 |
Eribun | 33.271990 , 130.089830 |
Fujinokawachi | 33.266430 , 130.069000 |
Funayama | 33.284460 , 130.057860 |
Hasama | 33.273430 , 130.149880 |
Higashitakumachi-noso | 33.260120 , 130.168680 |
Hirakoba | 33.255330 , 130.032020 |
Inoue | 33.245810 , 130.120390 |
Kawara-kawachi | 33.264930 , 130.115500 |
Kishigawa | 33.314240 , 130.117970 |
Kitatakumachi-kosamurai | 33.295610 , 130.094630 |
Kitatakumachi-takubaru | 33.293270 , 130.123600 |
Kogayama | 33.280890 , 130.151460 |
Kuramochi | 33.247280 , 130.054850 |
Meiji-saga | 33.283320 , 130.087180 |
Minamitakumachi-nagao | 33.270570 , 130.118730 |
Minamitakumachi-shimotaku | 33.271270 , 130.129750 |
Mutabe | 33.267340 , 130.133380 |
Nishinoharu | 33.258250 , 130.088030 |
Nishitakumachi-itaya | 33.268080 , 130.056160 |
Nishiyama | 33.241160 , 130.125200 |
Ono | 33.250120 , 130.140980 |
Sasabaru | 33.254660 , 130.141350 |
Sayanomoto | 33.258300 , 130.076480 |
Shibuki | 33.285650 , 130.163060 |
Shimozuru | 33.267820 , 130.103970 |
Takagi-kawauchi | 33.286440 , 130.085960 |
Taku | 33.277090 , 130.109280 |
Takumachi | 33.260650 , 130.092210 |
Tani | 33.264370 , 130.042900 |
Tanishimo | 33.260520 , 130.140680 |
Uranoso | 33.250040 , 130.174640 |
Yakubo | 33.277990 , 130.053040 |
Yamaguchi | 33.263350 , 130.032770 |
Yamainubaru | 33.292360 , 130.106640 |
Yokoshibaori | 33.296480 , 130.077980 |
Yoshinoo | 33.253990 , 130.056650 |
Notes:
- You can download geometry data for Taku 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.