Download outline map of Kiryu (geojson format) :
Kiryu.geojson (**)
Download polygon array of Kiryu map for "Google Maps" :
Kiryu.txt
Bounding Box for Kiryu Map : ( 36.359268 , 139.188705 , 36.595333 , 139.451004 )
Wikipedia ID for Kiryu : Q634022
Wikipedia SPARQL Query for Kiryu (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q634022 wdt:P1082 ?population. }
OPTIONAL { wd:Q634022 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q634022 wdt:P2046 ?area. }
OPTIONAL { wd:Q634022 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q634022 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q634022 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 Kiryu map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.359268, 139.188705, 36.595333, 139.451004);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kiryu)
[out:json];
(
rel["name"="Kiryu"][type=boundary];
rel["name:en"="Kiryu"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kiryu
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Daimon | 36.439110 , 139.358130 |
Kiryū | 36.417478 , 139.331632 |
Kiryu | 36.490928 , 139.251043 |
Kurohonecho-kamitazawa | 36.538420 , 139.287020 |
Kurohonecho-yagihara | 36.497980 , 139.280350 |
Niisatocho-itabashi | 36.466530 , 139.223510 |
Tenjincho | 36.425680 , 139.351230 |
Umedacho | 36.451630 , 139.379530 |
Notes:
- You can download geometry data for Kiryu 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.