Download outline map of Otawara (geojson format) :
Otawara.geojson (**)
Download polygon array of Otawara map for "Google Maps" :
Otawara.txt
Bounding Box for Otawara Map : ( 36.7686 , 139.921707 , 36.948135 , 140.266998 )
Wikipedia ID for Otawara : Q386322
Wikipedia SPARQL Query for Otawara (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q386322 wdt:P1082 ?population. }
OPTIONAL { wd:Q386322 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q386322 wdt:P2046 ?area. }
OPTIONAL { wd:Q386322 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q386322 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q386322 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 Otawara map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.7686, 139.921707, 36.948135, 140.266998);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Otawara)
[out:json];
(
rel["name"="Otawara"][type=boundary];
rel["name:en"="Otawara"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Otawara
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chikasono | 36.816670 , 140.016670 |
Higashikoya | 36.916670 , 140.033330 |
Kami-nambo | 36.916670 , 140.233330 |
Kurobane | 36.850000 , 140.116670 |
Maeta | 36.866670 , 140.133330 |
Ōtawara | 36.824688 , 140.138906 |
Sakuyama | 36.800000 , 140.016670 |
Susagi | 36.833330 , 140.200000 |
Takadoya | 36.883330 , 140.150000 |
Notes:
- You can download geometry data for Otawara 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.