Download outline map of Shimanto (geojson format) :
Shimanto.geojson (**)
Download polygon array of Shimanto map for "Google Maps" :
Shimanto.txt
Bounding Box for Shimanto Map : ( 32.908669 , 132.614197 , 33.262135 , 133.056305 )
Wikipedia ID for Shimanto : Q166946
Wikipedia SPARQL Query for Shimanto (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q166946 wdt:P1082 ?population. }
OPTIONAL { wd:Q166946 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q166946 wdt:P2046 ?area. }
OPTIONAL { wd:Q166946 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q166946 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q166946 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 Shimanto map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.908669, 132.614197, 33.262135, 133.056305);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Shimanto)
[out:json];
(
rel["name"="Shimanto"][type=boundary];
rel["name:en"="Shimanto"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Shimanto
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arioka | 32.963150 , 132.828240 |
Deai | 33.033330 , 132.883330 |
Fujinokawa | 33.150000 , 132.833330 |
Kawasaki | 33.183330 , 132.783330 |
Kuchiyanai | 33.083330 , 132.800000 |
Masaki | 32.933330 , 132.966670 |
Nakamura | 32.983330 , 132.933330 |
Oyu | 33.104200 , 132.961350 |
Sakaori | 33.033330 , 132.933330 |
Shimanto | 33.018019 , 132.871923 |
Shimoda | 32.945840 , 132.986350 |
Tsunokawa | 33.150000 , 132.783330 |
Notes:
- You can download geometry data for Shimanto 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.