Download outline map of Koshi (geojson format) :
Koshi.geojson (**)
Download polygon array of Koshi map for "Google Maps" :
Koshi.txt
Bounding Box for Koshi Map : ( 32.852001 , 130.719101 , 32.927132 , 130.846207 )
Wikipedia ID for Koshi : Q873558
Wikipedia SPARQL Query for Koshi (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q873558 wdt:P1082 ?population. }
OPTIONAL { wd:Q873558 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q873558 wdt:P2046 ?area. }
OPTIONAL { wd:Q873558 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q873558 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q873558 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 Koshi map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.852001, 130.719101, 32.927132, 130.846207);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Koshi)
[out:json];
(
rel["name"="Koshi"][type=boundary];
rel["name:en"="Koshi"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Koshi
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aburakoga | 32.892610 , 130.790030 |
Enokinomoto | 32.856000 , 130.743980 |
Era | 32.916500 , 130.767410 |
Fukuhara | 32.889550 , 130.802510 |
Futago | 32.898990 , 130.795690 |
Goryo | 32.887210 , 130.800930 |
Haitsuka | 32.909510 , 130.754280 |
Haruguchishimo | 32.898420 , 130.784790 |
Hiroo | 32.919530 , 130.760670 |
Hokazono | 32.906960 , 130.734710 |
Jo | 32.917940 , 130.731190 |
Kamimachi | 32.896040 , 130.800110 |
Kamimure | 32.874850 , 130.774790 |
Kaminosho | 32.902240 , 130.787580 |
Kibaruno | 32.885550 , 130.731880 |
Kikudomi | 32.895820 , 130.792940 |
Koshizuka | 32.893080 , 130.725110 |
Kuroishi-danchi | 32.872320 , 130.748360 |
Kuroishibaru | 32.874810 , 130.759860 |
Kuromatsu | 32.915860 , 130.746300 |
Minamimure | 32.871680 , 130.774150 |
Miyoshi | 32.888650 , 130.746940 |
Miyoshi | 32.894850 , 130.749770 |
Nakabayashi | 32.908870 , 130.778220 |
Nishisuya-danchi | 32.857190 , 130.731570 |
Nonoshima | 32.894090 , 130.734970 |
Notsuki | 32.887820 , 130.797840 |
Ogoshi | 32.915030 , 130.760110 |
Oike | 32.897010 , 130.750160 |
Oikegoya | 32.894850 , 130.755090 |
Otsubo | 32.925540 , 130.752900 |
Sakae | 32.909080 , 130.772000 |
Sasabaru | 32.873080 , 130.764190 |
Shikamizu | 32.903500 , 130.772770 |
Shimomachi | 32.894170 , 130.798140 |
Shimomure | 32.881730 , 130.769940 |
Shinkai | 32.865660 , 130.745140 |
Shinkoga | 32.886560 , 130.820450 |
Suya | 32.858660 , 130.735180 |
Takaba | 32.893520 , 130.802470 |
Tatewari | 32.917840 , 130.752220 |
Toyooka | 32.885480 , 130.776120 |
Tsujikubo | 32.907320 , 130.763120 |
Ushirokawabe | 32.916110 , 130.775390 |
Uwabu | 32.923170 , 130.730930 |
Wakahara | 32.899280 , 130.746420 |
Yokomachi | 32.891030 , 130.800030 |
Yunohata | 32.903930 , 130.737580 |
Notes:
- You can download geometry data for Koshi 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.