Download outline map of Kato (geojson format) :
Kato.geojson (**)
Download polygon array of Kato map for "Google Maps" :
Kato.txt
Bounding Box for Kato Map : ( 34.852535 , 134.897308 , 35.008801 , 135.117599 )
Wikipedia ID for Kato : Q877164
Wikipedia SPARQL Query for Kato (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q877164 wdt:P1082 ?population. }
OPTIONAL { wd:Q877164 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q877164 wdt:P2046 ?area. }
OPTIONAL { wd:Q877164 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q877164 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q877164 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 Kato map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.852535, 134.897308, 35.008801, 135.117599);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kato)
[out:json];
(
rel["name"="Kato"][type=boundary];
rel["name:en"="Kato"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kato
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akitsu | 34.930010 , 135.082560 |
Atsutoshi | 34.889810 , 135.024560 |
Eifuku | 34.912250 , 135.093870 |
Higashitarumi | 34.887610 , 135.023220 |
Hiraki | 34.971630 , 135.090670 |
Ikenouchi | 34.923880 , 135.047000 |
Kamikamogawa | 34.978430 , 135.057060 |
Kamikume | 34.916590 , 135.039750 |
Kamimikusa | 34.937200 , 135.000300 |
Kamitakino | 34.943150 , 134.958960 |
Kato | 34.924220 , 135.026090 |
Kato | 34.930077 , 135.022167 |
Kurodani | 34.918670 , 135.072850 |
Matsuzawa | 34.889780 , 135.009820 |
Mawaribuchi | 34.926170 , 135.054500 |
Morio | 34.896570 , 135.049570 |
Nagasada | 34.917340 , 135.080340 |
Ohata | 34.874930 , 135.027770 |
Okamoto | 34.898450 , 135.057010 |
Sakae | 34.900690 , 135.015010 |
Shimokamogawa | 34.958760 , 135.066590 |
Shimokume | 34.918920 , 135.014150 |
Shimotakino | 34.936870 , 134.952000 |
Shinjo | 34.889140 , 135.044380 |
Takaoka | 34.918590 , 134.917630 |
Tenjin | 34.908830 , 135.064930 |
Umaze | 34.955630 , 135.031600 |
Yamaguchi | 34.944490 , 135.015330 |
Yashiro | 34.916670 , 134.966670 |
Notes:
- You can download geometry data for Kato 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.