Download outline map of Ogasawara (geojson format) :
Ogasawara.geojson (**)
Download polygon array of Ogasawara map for "Google Maps" :
Ogasawara.txt
Bounding Box for Ogasawara Map : ( 20.42274 , 136.069527 , 27.745018 , 153.986866 )
Wikipedia ID for Ogasawara : Q1193787
Wikipedia SPARQL Query for Ogasawara (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1193787 wdt:P1082 ?population. }
OPTIONAL { wd:Q1193787 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1193787 wdt:P2046 ?area. }
OPTIONAL { wd:Q1193787 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1193787 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1193787 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 Ogasawara map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.42274, 136.069527, 27.745018, 153.986866);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ogasawara)
[out:json];
(
rel["name"="Ogasawara"][type=boundary];
rel["name:en"="Ogasawara"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ogasawara
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Higashi | 24.782430 , 141.339100 |
Higashimachi | 27.096290 , 142.196330 |
Igumadani | 26.669500 , 142.150080 |
Kiyose | 27.100660 , 142.197090 |
Minami | 24.779550 , 141.323600 |
Motochi | 26.639490 , 142.157830 |
Motoyama | 24.788080 , 141.333450 |
Nakanotai | 26.633740 , 142.171750 |
Nishi | 24.797450 , 141.310390 |
Nishimachi | 27.092680 , 142.189970 |
Ogiura | 27.070750 , 142.201400 |
Okumura | 27.100540 , 142.202500 |
Susaki | 27.072260 , 142.191710 |
Notes:
- You can download geometry data for Ogasawara 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.