Download outline map of Uwajima (geojson format) :
Uwajima.geojson (**)
Download polygon array of Uwajima map for "Google Maps" :
Uwajima.txt
Bounding Box for Uwajima Map : ( 33.022667 , 132.259705 , 33.337269 , 132.671707 )
Wikipedia ID for Uwajima : Q845857
Wikipedia SPARQL Query for Uwajima (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q845857 wdt:P1082 ?population. }
OPTIONAL { wd:Q845857 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q845857 wdt:P2046 ?area. }
OPTIONAL { wd:Q845857 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q845857 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q845857 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 Uwajima map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.022667, 132.259705, 33.337269, 132.671707);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Uwajima)
[out:json];
(
rel["name"="Uwajima"][type=boundary];
rel["name:en"="Uwajima"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Uwajima
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arashi | 33.076830 , 132.486490 |
Harigi | 33.068710 , 132.486530 |
Iwabuchi | 33.122340 , 132.551010 |
Iwamatsu | 33.124490 , 132.520350 |
Kohama | 33.205200 , 132.507470 |
Kokubo | 33.212550 , 132.518310 |
Komobuchi | 33.196290 , 132.406020 |
Miyanoshita | 33.291110 , 132.607680 |
Nakaura | 33.275780 , 132.485700 |
Okuna | 33.274140 , 132.487560 |
Orabana | 33.256490 , 132.473830 |
Oshima | 33.186530 , 132.401150 |
Takamitsu | 33.256130 , 132.575200 |
Tsunoura | 33.202180 , 132.442780 |
Uwajima | 33.201062 , 132.567498 |
Uwajima | 33.223750 , 132.560010 |
Yoshida | 33.279530 , 132.539750 |
Notes:
- You can download geometry data for Uwajima 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.