Download outline map of Goto (geojson format) :
Goto.geojson (**)
Download polygon array of Goto map for "Google Maps" :
Goto.txt
Bounding Box for Goto Map : ( 31.986422 , 128.104504 , 32.8964 , 129.006699 )
Wikipedia ID for Goto : Q201659
Wikipedia SPARQL Query for Goto (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q201659 wdt:P1082 ?population. }
OPTIONAL { wd:Q201659 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q201659 wdt:P2046 ?area. }
OPTIONAL { wd:Q201659 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q201659 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q201659 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 Goto map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.986422, 128.104504, 32.8964, 129.006699);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Goto)
[out:json];
(
rel["name"="Goto"][type=boundary];
rel["name:en"="Goto"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Goto
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arakawa | 32.658060 , 128.672780 |
Ashinoura | 32.757500 , 128.998910 |
Fukue | 32.688060 , 128.841940 |
Goto | 32.689087 , 128.792724 |
Hama | 32.650920 , 128.812910 |
Hisakacho | 32.792550 , 128.871520 |
Ikkuyama | 32.633330 , 128.700000 |
Kaitsu | 32.716670 , 128.650000 |
Kamisakiyamacho | 32.652390 , 128.874610 |
Kishikumachi-kawara | 32.733330 , 128.733330 |
Kishikumachi-kishiku | 32.746490 , 128.764330 |
Kishikumachi-komu | 32.733530 , 128.776910 |
Miirakumachi-fuchinomoto | 32.766670 , 128.650000 |
MIirakumachi-hamanokuri | 32.750000 , 128.683330 |
Miirakumachi-hasama | 32.746340 , 128.653710 |
Miirakumachi-okawa | 32.766210 , 128.685210 |
Miirakumachi-saganoshima | 32.716670 , 128.600000 |
Nagate | 32.671670 , 128.871670 |
Narumachi-ura | 32.832090 , 128.931800 |
Nihongusu | 32.666670 , 128.733330 |
Shimoozucho | 32.683330 , 128.850000 |
Shimosakiyamacho | 32.657310 , 128.878990 |
Shiroishi | 32.750000 , 128.671670 |
Tamanouracho-daiho | 32.601110 , 128.653610 |
Tamanouramachi-nakasu | 32.631780 , 128.670790 |
Tamanouramachi-ogawa | 32.622500 , 128.676200 |
Tanna | 32.671670 , 128.666670 |
Tomiemachi-kurose | 32.602780 , 128.741530 |
Tomiemachi-tao | 32.637060 , 128.763310 |
Tomiemachi-tomie | 32.616400 , 128.763840 |
Tomiemachi-yamashita | 32.587810 , 128.753450 |
Toza | 32.750000 , 128.821670 |
Zazare | 32.828720 , 128.848300 |
Notes:
- You can download geometry data for Goto 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.