Download outline map of Saku (geojson format) :
Saku.geojson (**)
Download polygon array of Saku map for "Google Maps" :
Saku.txt
Bounding Box for Saku Map : ( 36.1082 , 138.280594 , 36.316067 , 138.636993 )
Wikipedia ID for Saku : Q495821
Wikipedia SPARQL Query for Saku (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495821 wdt:P1082 ?population. }
OPTIONAL { wd:Q495821 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495821 wdt:P2046 ?area. }
OPTIONAL { wd:Q495821 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495821 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495821 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 Saku map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.1082, 138.280594, 36.316067, 138.636993);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Saku)
[out:json];
(
rel["name"="Saku"][type=boundary];
rel["name:en"="Saku"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Saku
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arakoda | 36.264180 , 138.500500 |
Higashichi | 36.269010 , 138.558330 |
Hiraka | 36.233330 , 138.500000 |
Hiratsuka | 36.267780 , 138.453560 |
Hirogawara | 36.178060 , 138.614750 |
Irisawa | 36.174270 , 138.503360 |
Irishinmachi | 36.199130 , 138.360300 |
Iwamurada | 36.273610 , 138.481470 |
Junishinden | 36.171830 , 138.448080 |
Kasuga | 36.216670 , 138.350000 |
Kiyokawa | 36.208490 , 138.500640 |
Komagome | 36.237570 , 138.558100 |
Kuroda | 36.217380 , 138.593320 |
Machinaka | 36.235480 , 138.520980 |
Mochizuki | 36.266670 , 138.366670 |
Nagano | 36.230981 , 138.488159 |
Nagatoro | 36.285240 , 138.465540 |
Nakagomi | 36.237920 , 138.469310 |
Nigamizu | 36.220670 , 138.566160 |
Nozawa | 36.224400 , 138.459210 |
Saku | 36.261993 , 138.471679 |
Saku | 36.216670 , 138.483330 |
Sakuho | 36.131833 , 138.362833 |
Shionada | 36.266670 , 138.422940 |
Taki | 36.190090 , 138.472970 |
Tanokuchi | 36.196860 , 138.505930 |
Tokamachi | 36.176000 , 138.489580 |
Tokiwa | 36.218020 , 138.507570 |
Toridemachi | 36.216670 , 138.466670 |
Usuda | 36.203130 , 138.476460 |
Yawata | 36.270190 , 138.397210 |
Yubara-shinden | 36.187470 , 138.437700 |
Notes:
- You can download geometry data for Saku 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.