Download outline map of Chofu (geojson format) :
Chofu.geojson (**)
Download polygon array of Chofu map for "Google Maps" :
Chofu.txt
Bounding Box for Chofu Map : ( 35.632534 , 139.517197 , 35.688 , 139.593002 )
Wikipedia ID for Chofu : Q210667
Wikipedia SPARQL Query for Chofu (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q210667 wdt:P1082 ?population. }
OPTIONAL { wd:Q210667 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q210667 wdt:P2046 ?area. }
OPTIONAL { wd:Q210667 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q210667 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q210667 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 Chofu map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.632534, 139.517197, 35.688, 139.593002);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Chofu)
[out:json];
(
rel["name"="Chofu"][type=boundary];
rel["name:en"="Chofu"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Chofu
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chōfu | 35.655560 , 139.552220 |
Chofu | 35.660783 , 139.550743 |
Fuda | 35.648610 , 139.547250 |
Fujimicho | 35.662390 , 139.536730 |
Higashitsutsujigaoka | 35.654960 , 139.579820 |
Irimacho | 35.649950 , 139.588640 |
Jindaiji-higashimachi | 35.671630 , 139.559050 |
Jindaiji-kitamachi | 35.678180 , 139.551280 |
Jindaiji-minamimachi | 35.664030 , 139.557590 |
Jindaiji-motomachi | 35.665110 , 139.548750 |
Kikunodai | 35.652520 , 139.568270 |
Kojimacho | 35.651820 , 139.538580 |
Midorigaoka | 35.668910 , 139.583940 |
Nomizu | 35.681510 , 139.523820 |
Sazumachi | 35.660570 , 139.555270 |
Sengawacho | 35.663260 , 139.585400 |
Shibasaki | 35.660220 , 139.563900 |
Shimoishiwara | 35.654790 , 139.534410 |
Somechi | 35.641030 , 139.552270 |
Tobitakyu | 35.658390 , 139.522980 |
Wakabacho | 35.657120 , 139.585140 |
Yagumodai | 35.654610 , 139.555270 |
Notes:
- You can download geometry data for Chofu 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.