Download outline map of Saiki (geojson format) :
Saiki.geojson (**)
Download polygon array of Saiki map for "Google Maps" :
Saiki.txt
Bounding Box for Saiki Map : ( 32.714935 , 131.474396 , 33.069801 , 132.084595 )
Wikipedia ID for Saiki : Q847546
Wikipedia SPARQL Query for Saiki (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q847546 wdt:P1082 ?population. }
OPTIONAL { wd:Q847546 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q847546 wdt:P2046 ?area. }
OPTIONAL { wd:Q847546 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q847546 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q847546 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 Saiki map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.714935, 131.474396, 33.069801, 132.084595);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Saiki)
[out:json];
(
rel["name"="Saiki"][type=boundary];
rel["name:en"="Saiki"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Saiki
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Fusaka | 32.900000 , 131.866670 |
Inokushiura | 32.800960 , 131.901650 |
Irori | 32.883330 , 131.983330 |
Ishima | 32.966670 , 131.916670 |
Ishiuchi | 32.900000 , 131.883330 |
Iwaido | 32.916670 , 131.816670 |
Kamae-hatanoura | 32.857100 , 131.949210 |
Kamae-nonokawarauchi | 32.806920 , 131.889850 |
Kamiura-azamuiura | 33.041840 , 131.917670 |
Kiurakozan | 32.816670 , 131.550000 |
Maruichibi | 32.783330 , 131.866670 |
Nagano | 32.950000 , 131.800000 |
Nagano | 32.900000 , 131.933330 |
Ogora | 32.950000 , 131.950000 |
Onoichi | 32.850000 , 131.633330 |
Oshima | 32.966800 , 132.073320 |
Saiki | 32.957977 , 131.896362 |
Saiki | 32.844166 , 131.617666 |
Sangenya | 32.850000 , 131.883330 |
Shigeoka | 32.833330 , 131.666670 |
Shiomizono | 32.850000 , 131.700000 |
Takenoura-gochi | 32.816670 , 131.950000 |
Tsurumi-ariakeura | 32.938500 , 131.987050 |
Uematsu | 32.983330 , 131.850000 |
Uneharu | 32.916670 , 131.700000 |
Yonozu-urashiroura | 32.923610 , 131.971780 |
Notes:
- You can download geometry data for Saiki 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.