Download outline map of Tsubame (geojson format) :
Tsubame.geojson (**)
Download polygon array of Tsubame map for "Google Maps" :
Tsubame.txt
Bounding Box for Tsubame Map : ( 37.593933 , 138.787292 , 37.731869 , 138.974304 )
Wikipedia ID for Tsubame : Q571051
Wikipedia SPARQL Query for Tsubame (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q571051 wdt:P1082 ?population. }
OPTIONAL { wd:Q571051 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q571051 wdt:P2046 ?area. }
OPTIONAL { wd:Q571051 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q571051 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q571051 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 Tsubame map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.593933, 138.787292, 37.731869, 138.974304);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tsubame)
[out:json];
(
rel["name"="Tsubame"][type=boundary];
rel["name:en"="Tsubame"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tsubame
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aozu | 37.650000 , 138.866670 |
Bunsui-akebono | 37.633860 , 138.840830 |
Hachioji | 37.642020 , 138.923910 |
Jizodo | 37.631530 , 138.842060 |
Kugami | 37.650000 , 138.816670 |
Tsubame | 37.650000 , 138.933330 |
Tsubame | 37.651102 , 138.814361 |
Yonozu | 37.701490 , 138.903880 |
Yoshida | 37.683330 , 138.883330 |
Yotsuya | 37.679160 , 138.956650 |
Notes:
- You can download geometry data for Tsubame 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.