Download outline map of Yashio (geojson format) :
Yashio.geojson (**)
Download polygon array of Yashio map for "Google Maps" :
Yashio.txt
Bounding Box for Yashio Map : ( 35.790932 , 139.812103 , 35.857533 , 139.868301 )
Wikipedia ID for Yashio : Q869032
Wikipedia SPARQL Query for Yashio (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q869032 wdt:P1082 ?population. }
OPTIONAL { wd:Q869032 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q869032 wdt:P2046 ?area. }
OPTIONAL { wd:Q869032 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q869032 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q869032 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 Yashio map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.790932, 139.812103, 35.857533, 139.868301);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Yashio)
[out:json];
(
rel["name"="Yashio"][type=boundary];
rel["name:en"="Yashio"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Yashio
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chuo | 35.821020 , 139.833210 |
Daibara | 35.807370 , 139.834630 |
Gake | 35.802460 , 139.842220 |
Hachijo | 35.850730 , 139.835920 |
Igusa | 35.830310 , 139.828880 |
Iseno | 35.809810 , 139.854410 |
Kizone | 35.817410 , 139.849300 |
Kosakuda | 35.830510 , 139.832950 |
Koshinden | 35.796970 , 139.850850 |
Minamikawasaki | 35.813060 , 139.854840 |
Minamiushiroya | 35.826830 , 139.819090 |
Nichome | 35.821450 , 139.847650 |
Nishibukuro | 35.817810 , 139.819650 |
Osone | 35.804690 , 139.827850 |
Oze | 35.806220 , 139.846220 |
Shinmachi | 35.837850 , 139.831750 |
Tsurugasone | 35.833470 , 139.842440 |
Ukizuka | 35.798640 , 139.825400 |
Yanaginomiya | 35.822860 , 139.823380 |
Yashio-shi | 35.815553 , 139.839187 |
Notes:
- You can download geometry data for Yashio 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.