Download outline map of Bizen (geojson format) :
Bizen.geojson (**)
Download polygon array of Bizen map for "Google Maps" :
Bizen.txt
Bounding Box for Bizen Map : ( 34.680069 , 134.101807 , 34.9492 , 134.346603 )
Wikipedia ID for Bizen : Q863741
Wikipedia SPARQL Query for Bizen (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q863741 wdt:P1082 ?population. }
OPTIONAL { wd:Q863741 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q863741 wdt:P2046 ?area. }
OPTIONAL { wd:Q863741 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q863741 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q863741 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 Bizen map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.680069, 134.101807, 34.9492, 134.346603);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bizen)
[out:json];
(
rel["name"="Bizen"][type=boundary];
rel["name:en"="Bizen"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bizen
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bizen | 34.786740 , 134.235420 |
Bizen | 34.735200 , 134.268379 |
Hinasecho-hinase | 34.733330 , 134.266670 |
Kagato-moto | 34.733250 , 134.124050 |
Mitsuishi | 34.799170 , 134.275520 |
Nada | 34.731620 , 134.218570 |
Nishikatakami | 34.745530 , 134.182750 |
Tsurumi | 34.705480 , 134.195750 |
Notes:
- You can download geometry data for Bizen 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.