Download outline map of Minamisatsuma (geojson format) :
Minamisatsuma.geojson (**)
Download polygon array of Minamisatsuma map for "Google Maps" :
Minamisatsuma.txt
Bounding Box for Minamisatsuma Map : ( 30.828755 , 129.416137 , 31.492399 , 130.445099 )
Wikipedia ID for Minamisatsuma : Q15754
Wikipedia SPARQL Query for Minamisatsuma (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q15754 wdt:P1082 ?population. }
OPTIONAL { wd:Q15754 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q15754 wdt:P2046 ?area. }
OPTIONAL { wd:Q15754 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q15754 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q15754 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 Minamisatsuma map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.828755, 129.416137, 31.492399, 130.445099);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Minamisatsuma)
[out:json];
(
rel["name"="Minamisatsuma"][type=boundary];
rel["name:en"="Minamisatsuma"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Minamisatsuma
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bo | 31.266670 , 130.233330 |
Bonotsucho-akime | 31.352280 , 130.207200 |
Botsunocho-tomari | 31.283330 , 130.233330 |
Ikebemonzen | 31.463620 , 130.356010 |
Kaseda | 31.416670 , 130.316670 |
Kaseda-uchiyamada | 31.380000 , 130.315210 |
Kominato | 31.416670 , 130.266670 |
Kukino | 31.333330 , 130.266670 |
Kushi | 31.300000 , 130.233330 |
Minami Satsuma | 31.382438 , 130.218200 |
Nakama | 31.350000 , 130.283330 |
Nomaike | 31.412480 , 130.132800 |
Oura | 31.366670 , 130.233330 |
Tojimbara | 31.416670 , 130.300000 |
Notes:
- You can download geometry data for Minamisatsuma 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.