Download outline map of Otsuki (geojson format) :
Otsuki.geojson (**)
Download polygon array of Otsuki map for "Google Maps" :
Otsuki.txt
Bounding Box for Otsuki Map : ( 35.569599 , 138.767105 , 35.742001 , 139.066605 )
Wikipedia ID for Otsuki : Q386508
Wikipedia SPARQL Query for Otsuki (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q386508 wdt:P1082 ?population. }
OPTIONAL { wd:Q386508 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q386508 wdt:P2046 ?area. }
OPTIONAL { wd:Q386508 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q386508 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q386508 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 Otsuki map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.569599, 138.767105, 35.742001, 139.066605);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Otsuki)
[out:json];
(
rel["name"="Otsuki"][type=boundary];
rel["name:en"="Otsuki"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Otsuki
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arakura | 35.600000 , 139.050000 |
Otsuki | 35.618750 , 138.914909 |
Saruhashi | 35.616670 , 138.983330 |
Torisawa | 35.600000 , 139.000000 |
Notes:
- You can download geometry data for Otsuki 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.