Download outline map of Arida (geojson format) :
Arida.geojson (**)
Download polygon array of Arida map for "Google Maps" :
Arida.txt
Bounding Box for Arida Map : ( 34.055332 , 135.0755 , 34.117599 , 135.192001 )
Wikipedia ID for Arida : Q657843
Wikipedia SPARQL Query for Arida (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q657843 wdt:P1082 ?population. }
OPTIONAL { wd:Q657843 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q657843 wdt:P2046 ?area. }
OPTIONAL { wd:Q657843 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q657843 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q657843 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 Arida map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.055332, 135.0755, 34.117599, 135.192001);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Arida)
[out:json];
(
rel["name"="Arida"][type=boundary];
rel["name:en"="Arida"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Arida
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arida | 34.080890 , 135.119050 |
Arita | 34.098125 , 135.120941 |
Chida | 34.068490 , 135.143930 |
Minatomachi | 34.087610 , 135.107740 |
Minoshima | 34.085660 , 135.119240 |
Miyaharacho-do | 34.086010 , 135.173520 |
Miyaharacho-hata | 34.092160 , 135.175850 |
Miyaharacho-shinmachi | 34.079990 , 135.174060 |
Miyaharacho-takigahara | 34.080950 , 135.165520 |
Miyazakicho | 34.077690 , 135.104610 |
No | 34.079240 , 135.138100 |
Shindo | 34.085850 , 135.133870 |
Tsujido | 34.075760 , 135.145750 |
Yamachi | 34.073570 , 135.131730 |
Yamadahara | 34.084720 , 135.141390 |
Notes:
- You can download geometry data for Arida 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.