Download outline map of Kamakura (geojson format) :
Kamakura.geojson (**)
Download polygon array of Kamakura map for "Google Maps" :
Kamakura.txt
Bounding Box for Kamakura Map : ( 35.2994 , 139.488602 , 35.367401 , 139.593201 )
Wikipedia ID for Kamakura : Q200267
Wikipedia SPARQL Query for Kamakura (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q200267 wdt:P1082 ?population. }
OPTIONAL { wd:Q200267 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q200267 wdt:P2046 ?area. }
OPTIONAL { wd:Q200267 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q200267 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q200267 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 Kamakura map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.2994, 139.488602, 35.367401, 139.593201);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kamakura)
[out:json];
(
rel["name"="Kamakura"][type=boundary];
rel["name:en"="Kamakura"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kamakura
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akashi | 35.318500 , 139.578380 |
Ege | 35.329530 , 139.564060 |
Fueda | 35.322920 , 139.522870 |
Gokurakuji | 35.310210 , 139.526900 |
Hase | 35.319150 , 139.537100 |
Imaizumidai | 35.340570 , 139.559370 |
Inamuragasaki | 35.306180 , 139.523340 |
Iwase | 35.355580 , 139.543100 |
Jomyoji | 35.318710 , 139.568820 |
Juniso | 35.322810 , 139.582290 |
Kajiwara | 35.329740 , 139.529220 |
Kamakura | 35.326101 , 139.534845 |
Kamakurayama | 35.319970 , 139.517930 |
Kamegafuchi | 35.330780 , 139.569250 |
Kamimachiya | 35.334020 , 139.515290 |
Kobukuroya | 35.345430 , 139.534650 |
Kofukusan | 35.333000 , 139.556460 |
Koshigoe | 35.309350 , 139.494770 |
Momijigayatsu | 35.327910 , 139.571740 |
Nikaido | 35.327250 , 139.565760 |
Nishikamakura | 35.321760 , 139.500770 |
Nishikanryo-yashiki | 35.336140 , 139.549030 |
Nishimikado | 35.329050 , 139.558870 |
Ofuna | 35.350280 , 139.526390 |
Ofuna | 35.349100 , 139.540620 |
Ogigayatsu | 35.326870 , 139.552700 |
Okamoto | 35.353900 , 139.527050 |
Omachi | 35.313710 , 139.560230 |
Onarimachi | 35.317710 , 139.548220 |
Sakanoshita | 35.310660 , 139.534760 |
Sando | 35.329190 , 139.568670 |
Sasamemachi | 35.315670 , 139.543250 |
Sekiya | 35.361000 , 139.510230 |
Sekizen | 35.316300 , 139.578510 |
Shichirigahama | 35.308980 , 139.509010 |
Shichirigahama-higashi | 35.310470 , 139.516590 |
Shiromeguri | 35.356280 , 139.510020 |
Takano | 35.343430 , 139.547440 |
Tamanawa | 35.355470 , 139.520140 |
Tataragayatsu | 35.324050 , 139.583470 |
Tebiro | 35.328060 , 139.508450 |
Terabun | 35.334820 , 139.525140 |
Tokiwa | 35.325020 , 139.527810 |
Tsu | 35.314830 , 139.502700 |
Tsunishi | 35.315730 , 139.499530 |
Usakoji | 35.319940 , 139.581680 |
Yamazaki | 35.338160 , 139.524240 |
Yuigahama | 35.312320 , 139.546940 |
Yukinoshita | 35.323440 , 139.555180 |
Zaimokuza | 35.308910 , 139.551250 |
Notes:
- You can download geometry data for Kamakura 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.