Download outline map of Nasushiobara (geojson format) :
Nasushiobara.geojson (**)
Download polygon array of Nasushiobara map for "Google Maps" :
Nasushiobara.txt
Bounding Box for Nasushiobara Map : ( 36.837265 , 139.733307 , 37.154999 , 140.141403 )
Wikipedia ID for Nasushiobara : Q498027
Wikipedia SPARQL Query for Nasushiobara (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q498027 wdt:P1082 ?population. }
OPTIONAL { wd:Q498027 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498027 wdt:P2046 ?area. }
OPTIONAL { wd:Q498027 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498027 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498027 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 Nasushiobara map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.837265, 139.733307, 37.154999, 140.141403);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nasushiobara)
[out:json];
(
rel["name"="Nasushiobara"][type=boundary];
rel["name:en"="Nasushiobara"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nasushiobara
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anazawa | 37.033330 , 139.950000 |
Itamuro | 37.059960 , 139.940610 |
Kami-onuki | 36.883330 , 139.933330 |
Kuroiso | 36.979160 , 140.055300 |
Kuroiso | 36.966670 , 140.050000 |
Nabekake | 36.933330 , 140.100000 |
Nasushiobara | 36.958333 , 139.965599 |
Nasushiobara | 36.975785 , 139.939212 |
Nishi-nasuno | 36.883330 , 139.983330 |
Nishiiwazaki | 37.037220 , 139.986900 |
Sekiya | 36.950000 , 139.900000 |
Shimo-onuki | 36.883330 , 139.916670 |
Shiobara-machi | 36.966670 , 139.833330 |
Shiozawa | 37.066670 , 139.933330 |
Yatsubo | 37.008380 , 139.946790 |
Notes:
- You can download geometry data for Nasushiobara 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.