Download outline map of Kahoku (geojson format) :
Kahoku.geojson (**)
Download polygon array of Kahoku map for "Google Maps" :
Kahoku.txt
Bounding Box for Kahoku Map : ( 36.682266 , 136.669098 , 36.792 , 136.8181 )
Wikipedia ID for Kahoku : Q846335
Wikipedia SPARQL Query for Kahoku (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q846335 wdt:P1082 ?population. }
OPTIONAL { wd:Q846335 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q846335 wdt:P2046 ?area. }
OPTIONAL { wd:Q846335 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q846335 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q846335 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 Kahoku map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.682266, 136.669098, 36.792, 136.8181);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kahoku)
[out:json];
(
rel["name"="Kahoku"][type=boundary];
rel["name:en"="Kahoku"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kahoku
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Hamakita | 36.730580 , 136.692400 |
Kahoku | 36.714835 , 136.700773 |
Kizu | 36.750310 , 136.704600 |
Osaki | 36.703780 , 136.688110 |
Sashie | 36.704430 , 136.718940 |
Shiroo | 36.716670 , 136.683330 |
Takamatsu | 36.766670 , 136.716670 |
Tozuka | 36.737990 , 136.696070 |
Unoke | 36.717700 , 136.703390 |
Uwadana | 36.743940 , 136.738660 |
Yokoyama | 36.746320 , 136.717540 |
Notes:
- You can download geometry data for Kahoku 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.