Download outline map of Zushi (geojson format) :
Zushi.geojson (**)
Download polygon array of Zushi map for "Google Maps" :
Zushi.txt
Bounding Box for Zushi Map : ( 35.276001 , 139.552109 , 35.320332 , 139.624298 )
Wikipedia ID for Zushi : Q230843
Wikipedia SPARQL Query for Zushi (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q230843 wdt:P1082 ?population. }
OPTIONAL { wd:Q230843 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q230843 wdt:P2046 ?area. }
OPTIONAL { wd:Q230843 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q230843 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q230843 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 Zushi map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.276001, 139.552109, 35.320332, 139.624298);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Zushi)
[out:json];
(
rel["name"="Zushi"][type=boundary];
rel["name:en"="Zushi"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Zushi
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Hisagi | 35.302500 , 139.573140 |
Ikego | 35.303980 , 139.594990 |
Kotsubo | 35.302080 , 139.560440 |
Numama | 35.297810 , 139.607310 |
Sakurayama | 35.292130 , 139.585250 |
Shinjuku | 35.294600 , 139.570590 |
Yamanone | 35.301170 , 139.582380 |
Zushi | 35.303800 , 139.596832 |
Notes:
- You can download geometry data for Zushi 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.