Download outline map of Fukushima (geojson format) :
Fukushima.geojson (**)
Download polygon array of Fukushima map for "Google Maps" :
Fukushima.txt
Bounding Box for Fukushima Map : ( 37.624535 , 140.230194 , 37.976868 , 140.570496 )
Wikipedia ID for Fukushima : Q161176
Wikipedia SPARQL Query for Fukushima (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q161176 wdt:P1082 ?population. }
OPTIONAL { wd:Q161176 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q161176 wdt:P2046 ?area. }
OPTIONAL { wd:Q161176 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q161176 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q161176 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 Fukushima map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.624535, 140.230194, 37.976868, 140.570496);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Fukushima)
[out:json];
(
rel["name"="Fukushima"][type=boundary];
rel["name:en"="Fukushima"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Fukushima
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arai | 37.708270 , 140.365600 |
Enbu | 37.833330 , 140.383330 |
Fukushima-shi | 37.760691 , 140.446273 |
Gonome | 37.737370 , 140.460010 |
Hamada | 37.739480 , 140.409930 |
Hiraishi | 37.700020 , 140.445250 |
Honokizawa | 37.833330 , 140.350000 |
Iinomachi | 37.652840 , 140.537290 |
Iizakamachi | 37.833330 , 140.450000 |
Iizakamachi-moniwa | 37.919660 , 140.429230 |
Iizakamachi-nakano | 37.828720 , 140.416670 |
Itabashi | 37.866200 , 140.436370 |
Izumi | 37.778510 , 140.447260 |
Kakiba | 37.691610 , 140.441750 |
Kaminagura | 37.724540 , 140.372810 |
Kamitoriwata | 37.725650 , 140.406990 |
Machiniwasaka | 37.778280 , 140.360280 |
Matsukawamachi | 37.656400 , 140.462260 |
Matsukawamachi-asakawa | 37.686040 , 140.463900 |
Matsukawamachi-mizuhara | 37.669740 , 140.403760 |
Matsukawamachi-sekiya | 37.672780 , 140.443260 |
Mishima | 37.666670 , 140.416670 |
Nakamachi | 37.725700 , 140.437040 |
Nakamoniwa | 37.918210 , 140.425290 |
Obara | 37.717620 , 140.479380 |
Odaki | 37.839680 , 140.336980 |
Ohira | 37.812640 , 140.339290 |
Saido | 37.678130 , 140.463290 |
Senouemachi | 37.806600 , 140.496390 |
Taira | 37.685070 , 140.547430 |
Takayu | 37.750130 , 140.306750 |
Teruuchi | 37.708400 , 140.446540 |
Ubado | 37.754190 , 140.355880 |
Uwamachi | 37.753970 , 140.468570 |
Zainiwasaka | 37.754270 , 140.369870 |
Notes:
- You can download geometry data for Fukushima 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.