Download outline map of Kuki (geojson format) :
Kuki.geojson (**)
Download polygon array of Kuki map for "Google Maps" :
Kuki.txt
Bounding Box for Kuki Map : ( 36.028999 , 139.558304 , 36.145134 , 139.727097 )
Wikipedia ID for Kuki : Q47535
Wikipedia SPARQL Query for Kuki (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q47535 wdt:P1082 ?population. }
OPTIONAL { wd:Q47535 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q47535 wdt:P2046 ?area. }
OPTIONAL { wd:Q47535 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q47535 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q47535 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 Kuki map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.028999, 139.558304, 36.145134, 139.727097);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kuki)
[out:json];
(
rel["name"="Kuki"][type=boundary];
rel["name:en"="Kuki"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kuki
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ezura | 36.063590 , 139.656680 |
Hara | 36.044200 , 139.650330 |
Kamikayama | 36.048980 , 139.570260 |
Kamikiyoku | 36.079630 , 139.646080 |
Kita'aoyagi | 36.050930 , 139.666570 |
Kitanakasone | 36.075760 , 139.627080 |
Kuki | 36.066670 , 139.666670 |
Kuki | 36.066237 , 139.673910 |
Kurihara | 36.070320 , 139.705720 |
Kurihashi | 36.133330 , 139.700000 |
Kurihashi | 36.116660 , 139.718456 |
Kuzume | 36.094000 , 139.654820 |
Nishiowa | 36.094810 , 139.677600 |
Noguki | 36.073330 , 139.685330 |
Otabukuro | 36.046680 , 139.678500 |
Shibayama-shigo | 36.043290 , 139.601340 |
Shimokayama | 36.033270 , 139.583910 |
Shōbu | 36.066670 , 139.600000 |
Shobu | 36.058181 , 139.600021 |
Shobucho-dai | 36.053180 , 139.630940 |
Shobucho-niibori | 36.070410 , 139.592790 |
Shobucho-obayashi | 36.056760 , 139.581090 |
Shobucho-sanga | 36.063540 , 139.618770 |
Sotono | 36.081920 , 139.682990 |
Tokoroguki | 36.064160 , 139.648520 |
Ueuchi | 36.086750 , 139.664800 |
Washimiya | 36.101058 , 139.653053 |
Washinomiya | 36.099160 , 139.660410 |
Yokebori | 36.048500 , 139.640020 |
Yoshiba | 36.064640 , 139.692450 |
Notes:
- You can download geometry data for Kuki 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.