Download outline map of Ube (geojson format) :
Ube.geojson (**)
Download polygon array of Ube map for "Google Maps" :
Ube.txt
Bounding Box for Ube Map : ( 33.922802 , 131.183502 , 34.166534 , 131.378006 )
Wikipedia ID for Ube : Q468765
Wikipedia SPARQL Query for Ube (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q468765 wdt:P1082 ?population. }
OPTIONAL { wd:Q468765 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q468765 wdt:P2046 ?area. }
OPTIONAL { wd:Q468765 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q468765 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q468765 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 Ube map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.922802, 131.183502, 34.166534, 131.378006);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ube)
[out:json];
(
rel["name"="Ube"][type=boundary];
rel["name:en"="Ube"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ube
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Hikizuka | 34.116670 , 131.216670 |
Kami-yahagi | 34.066670 , 131.250000 |
Kibe-ichi | 34.116670 , 131.283330 |
Kiwa | 33.987150 , 131.350510 |
Kurosaki | 33.972360 , 131.350250 |
Maruo | 33.967600 , 131.350880 |
Tanoono | 34.033330 , 131.283330 |
Tokonami | 33.955940 , 131.312880 |
Ube | 33.943060 , 131.251110 |
Yahagi | 34.066670 , 131.250000 |
Notes:
- You can download geometry data for Ube 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.