Download outline map of Kusatsu (geojson format) :
Kusatsu.geojson (**)
Download polygon array of Kusatsu map for "Google Maps" :
Kusatsu.txt
Bounding Box for Kusatsu Map : ( 34.971802 , 135.893556 , 35.08532 , 135.998001 )
Wikipedia ID for Kusatsu : Q386677
Wikipedia SPARQL Query for Kusatsu (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q386677 wdt:P1082 ?population. }
OPTIONAL { wd:Q386677 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q386677 wdt:P2046 ?area. }
OPTIONAL { wd:Q386677 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q386677 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q386677 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 Kusatsu map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.971802, 135.893556, 35.08532, 135.998001);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kusatsu)
[out:json];
(
rel["name"="Kusatsu"][type=boundary];
rel["name:en"="Kusatsu"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kusatsu
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Banbacho | 34.998110 , 135.985730 |
Kataoka | 35.050000 , 135.933330 |
Kusatsu | 35.072628 , 135.935398 |
Kusatsu | 35.016670 , 135.966670 |
Minamigasacho | 34.997250 , 135.936770 |
Moriyama | 35.072524 , 135.936601 |
Noji | 35.004590 , 135.948870 |
Okamotocho | 34.998190 , 135.979220 |
Shinhamacho | 34.999420 , 135.921920 |
Notes:
- You can download geometry data for Kusatsu 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.