Download outline map of Fukutsu (geojson format) :
Fukutsu.geojson (**)
Download polygon array of Fukutsu map for "Google Maps" :
Fukutsu.txt
Bounding Box for Fukutsu Map : ( 33.730598 , 130.443405 , 33.850666 , 130.554199 )
Wikipedia ID for Fukutsu : Q825700
Wikipedia SPARQL Query for Fukutsu (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q825700 wdt:P1082 ?population. }
OPTIONAL { wd:Q825700 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q825700 wdt:P2046 ?area. }
OPTIONAL { wd:Q825700 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q825700 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q825700 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 Fukutsu map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.730598, 130.443405, 33.850666, 130.554199);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Fukutsu)
[out:json];
(
rel["name"="Fukutsu"][type=boundary];
rel["name:en"="Fukutsu"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Fukutsu
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Araji | 33.793600 , 130.481510 |
Azemachi | 33.761450 , 130.529140 |
Dannoharu | 33.741190 , 130.518680 |
Fukuma-minami | 33.754620 , 130.486260 |
Fukutsu | 33.760882 , 130.491318 |
Furu'uchidono | 33.751850 , 130.512880 |
Hanaminosato | 33.754210 , 130.472420 |
Higashifukuma | 33.778860 , 130.510650 |
Hisasue | 33.765480 , 130.516610 |
Itamizaka | 33.758050 , 130.505190 |
Kanmuri | 33.783610 , 130.507730 |
Katsuura | 33.828690 , 130.480340 |
Kochi | 33.752250 , 130.540950 |
Koyodai | 33.770560 , 130.499180 |
Miyaji | 33.783180 , 130.477370 |
Motogi | 33.754960 , 130.535540 |
Nuyama | 33.816840 , 130.495320 |
Oishi | 33.805990 , 130.486760 |
Ozono | 33.797970 , 130.450070 |
Sakuragawa | 33.770620 , 130.507560 |
Sharikura | 33.741290 , 130.535020 |
Shiohama | 33.813720 , 130.473100 |
Sudata | 33.802700 , 130.482910 |
Takahira | 33.773120 , 130.506060 |
Tebika | 33.775360 , 130.497040 |
Torido | 33.768910 , 130.503250 |
Tsumaru | 33.769520 , 130.511120 |
Tsuyazaki | 33.793960 , 130.470890 |
Uchidono | 33.749820 , 130.514310 |
Wakakidai | 33.773690 , 130.517000 |
Watari | 33.791870 , 130.457000 |
Yatsunami | 33.773080 , 130.530860 |
Yukue | 33.812000 , 130.483740 |
Notes:
- You can download geometry data for Fukutsu 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.