Download outline map of Taketa (geojson format) :
Taketa.geojson (**)
Download polygon array of Taketa map for "Google Maps" :
Taketa.txt
Bounding Box for Taketa Map : ( 32.827934 , 131.192093 , 33.153866 , 131.457199 )
Wikipedia ID for Taketa : Q850508
Wikipedia SPARQL Query for Taketa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q850508 wdt:P1082 ?population. }
OPTIONAL { wd:Q850508 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q850508 wdt:P2046 ?area. }
OPTIONAL { wd:Q850508 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q850508 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q850508 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 Taketa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.827934, 131.192093, 33.153866, 131.457199);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Taketa)
[out:json];
(
rel["name"="Taketa"][type=boundary];
rel["name:en"="Taketa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Taketa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Kayagi | 33.051170 , 131.341740 |
Kujumachi-butsubaru | 33.068760 , 131.339990 |
Kujumachi-kuju | 33.067260 , 131.218010 |
Kujuno | 32.883330 , 131.316670 |
Shinden | 33.063930 , 131.355430 |
Sugo | 32.950000 , 131.283330 |
Tabaru | 32.883330 , 131.316670 |
Taketa | 32.959350 , 131.367300 |
Taketa | 32.961938 , 131.400947 |
Tamarai | 32.950000 , 131.383330 |
Toue | 32.950000 , 131.316670 |
Notes:
- You can download geometry data for Taketa 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.