Download outline map of Inagi (geojson format) :
Inagi.geojson (**)
Download polygon array of Inagi map for "Google Maps" :
Inagi.txt
Bounding Box for Inagi Map : ( 35.604534 , 139.464096 , 35.651932 , 139.525406 )
Wikipedia ID for Inagi : Q317847
Wikipedia SPARQL Query for Inagi (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q317847 wdt:P1082 ?population. }
OPTIONAL { wd:Q317847 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q317847 wdt:P2046 ?area. }
OPTIONAL { wd:Q317847 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q317847 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q317847 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 Inagi map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.604534, 139.464096, 35.651932, 139.525406);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Inagi)
[out:json];
(
rel["name"="Inagi"][type=boundary];
rel["name:en"="Inagi"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Inagi
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Enokido | 35.638220 , 139.514010 |
Higashinaganuma | 35.643840 , 139.505170 |
Hirao | 35.607680 , 139.497090 |
Hongo | 35.637940 , 139.501560 |
Inagi | 35.643905 , 139.487914 |
Iriyato | 35.635240 , 139.501110 |
Kamishinden | 35.648300 , 139.503110 |
Kamizeki | 35.648320 , 139.507630 |
Matsuba | 35.634870 , 139.520830 |
Nakajima | 35.643380 , 139.519180 |
Nakazeki | 35.646870 , 139.512030 |
Nekata | 35.634800 , 139.512440 |
Omaru | 35.644120 , 139.498570 |
Oshitate | 35.647100 , 139.507570 |
Sekiba | 35.639460 , 139.501970 |
Shimoshinden | 35.641240 , 139.507830 |
Shimozeki | 35.646080 , 139.515420 |
Shuku | 35.641110 , 139.517680 |
Togatchima | 35.647930 , 139.514870 |
Tsukado | 35.638400 , 139.521480 |
Ushiromura | 35.642410 , 139.502010 |
Yanokuchi | 35.639060 , 139.515960 |
Notes:
- You can download geometry data for Inagi 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.