Download outline map of Uonuma (geojson format) :
Uonuma.geojson (**)
Download polygon array of Uonuma map for "Google Maps" :
Uonuma.txt
Bounding Box for Uonuma Map : ( 36.940601 , 138.8349 , 37.413933 , 139.260101 )
Wikipedia ID for Uonuma : Q850352
Wikipedia SPARQL Query for Uonuma (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q850352 wdt:P1082 ?population. }
OPTIONAL { wd:Q850352 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q850352 wdt:P2046 ?area. }
OPTIONAL { wd:Q850352 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q850352 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q850352 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 Uonuma map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.940601, 138.8349, 37.413933, 139.260101);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Uonuma)
[out:json];
(
rel["name"="Uonuma"][type=boundary];
rel["name:en"="Uonuma"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Uonuma
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chushizawa | 37.240430 , 139.041140 |
Fukuyama-shinden | 37.353420 , 138.989610 |
Funayama | 37.213780 , 138.901490 |
Horinouchi | 37.233330 , 138.933330 |
Kamiinakura | 37.179860 , 138.852630 |
Koide | 37.216670 , 138.950000 |
Mitsumata | 37.233830 , 139.062860 |
Nagamatsu | 37.261400 , 138.997490 |
Nagatori | 37.342200 , 139.039090 |
Nakaarasawa | 37.133330 , 139.166670 |
Nakatehara | 37.360780 , 139.074420 |
Namiyanagi | 37.271070 , 138.979030 |
Nishimyo-shinden | 37.359130 , 139.033610 |
Obiro | 37.290860 , 138.976410 |
Odaira | 37.394900 , 139.068440 |
Oritate-matashinden | 37.200800 , 139.064900 |
Osawa | 37.227120 , 139.003240 |
Suhara | 37.328510 , 139.022480 |
Takakura | 37.371800 , 139.033200 |
Uonuma | 37.295906 , 138.993530 |
Uonuma | 37.207362 , 139.008440 |
Utsuno | 37.213770 , 139.045570 |
Yokone | 37.372960 , 139.068710 |
Yonezawa | 37.251670 , 139.007160 |
Notes:
- You can download geometry data for Uonuma 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.