Download outline map of Himi (geojson format) :
Himi.geojson (**)
Download polygon array of Himi map for "Google Maps" :
Himi.txt
Bounding Box for Himi Map : ( 36.770401 , 136.848694 , 36.967266 , 137.051605 )
Wikipedia ID for Himi : Q646886
Wikipedia SPARQL Query for Himi (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q646886 wdt:P1082 ?population. }
OPTIONAL { wd:Q646886 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q646886 wdt:P2046 ?area. }
OPTIONAL { wd:Q646886 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q646886 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q646886 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 Himi map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.770401, 136.848694, 36.967266, 137.051605);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Himi)
[out:json];
(
rel["name"="Himi"][type=boundary];
rel["name:en"="Himi"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Himi
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akage | 36.797660 , 136.878870 |
Fuse | 36.821480 , 136.961440 |
Himi | 36.884015 , 136.994018 |
Himi | 36.846660 , 136.983550 |
Hokone | 36.815890 , 136.911830 |
Horita | 36.813000 , 136.975820 |
Ikadani | 36.919250 , 136.973670 |
Isobe | 36.917510 , 136.952680 |
Iwagase | 36.829200 , 136.877670 |
Kakefuda | 36.918280 , 136.907690 |
Kamikuzuro | 36.825700 , 136.947950 |
Kano | 36.866670 , 136.966670 |
Kitayashiro | 36.898070 , 136.987100 |
Kumanashi | 36.882550 , 136.898520 |
Kurumi | 36.928300 , 136.933560 |
Kuwanoin | 36.819080 , 136.890450 |
Nagasaka | 36.942880 , 136.991230 |
Nakanami | 36.951180 , 137.038960 |
Nakao | 36.852850 , 136.949640 |
Nakata | 36.940600 , 137.026130 |
Ogakuchi | 36.797570 , 136.946810 |
Ogume | 36.845440 , 136.903090 |
Otaki | 36.943470 , 136.943550 |
Ozakai | 36.922950 , 137.027050 |
Ronden | 36.876260 , 136.890690 |
Taniya | 36.866670 , 136.916670 |
Tsuboike | 36.803130 , 136.862680 |
Unami | 36.913550 , 137.015970 |
Wakinoyachi | 36.784740 , 136.939490 |
Yanaida | 36.831990 , 136.998180 |
Yoshioka | 36.957490 , 137.004550 |
Notes:
- You can download geometry data for Himi 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.