Download outline map of Ibara (geojson format) :
Ibara.geojson (**)
Download polygon array of Ibara map for "Google Maps" :
Ibara.txt
Bounding Box for Ibara Map : ( 34.540932 , 133.357605 , 34.744331 , 133.608002 )
Wikipedia ID for Ibara : Q863754
Wikipedia SPARQL Query for Ibara (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q863754 wdt:P1082 ?population. }
OPTIONAL { wd:Q863754 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q863754 wdt:P2046 ?area. }
OPTIONAL { wd:Q863754 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q863754 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q863754 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 Ibara map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.540932, 133.357605, 34.744331, 133.608002);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ibara)
[out:json];
(
rel["name"="Ibara"][type=boundary];
rel["name:en"="Ibara"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ibara
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aonocho | 34.625970 , 133.471800 |
Biseicho-kurotada | 34.690800 , 133.502250 |
Biseicho-miyama | 34.680530 , 133.536040 |
Biseicho-utodani | 34.711630 , 133.572210 |
Hanata | 34.682970 , 133.406430 |
Ibara | 34.600000 , 133.466670 |
Ibara | 34.645908 , 133.474488 |
Kami-izue | 34.583330 , 133.450000 |
Koyamaichi | 34.733330 , 133.400000 |
Machi | 34.683330 , 133.533330 |
Nanukaichi | 34.600000 , 133.466670 |
Shimo-izue | 34.583330 , 133.450000 |
Suemune | 34.616670 , 133.466670 |
Takaya | 34.583330 , 133.433330 |
Yokaichi | 34.683330 , 133.500000 |
Notes:
- You can download geometry data for Ibara 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.