Skip to content

earthquake-alert/maps

Repository files navigation

maps

is何?

マップの置き場

shp to geojson

cd dir

docker pull osgeo/gdal:ubuntu-full-latest

docker run -v [directory path]:/home -it --rm osgeo/gdal:ubuntu-full-latest
> cd /home
> ogr2ogr -f GeoJSON [geojson file path] [shp file path]

geojson to pbf

https://github.com/mapbox/tippecanoe

# install tippecanoe
brew install tippecanoe

# run convert
tippecanoe -e world -z 5 --no-tile-compression ./geojson_world/map.geojson

使用

ディレクトリ名 説明 url ライセンス
geojson_world 世界地図(geojson) Natural Earth に帰属
pbf_japan/distlict 日本の細分区域(pbf) https://earthquake-alert.github.io/maps/pbf_japan/distlict/{z}/{x}/{y}.pbf weatherbox/warning-area-vt に帰属
pbf_water_area/waterArea 日本の湖沼データ(pbf) https://earthquake-alert.github.io/maps/pbf_water_area/waterArea/{z}/{x}/{y}.pbf 国土地理院 湖沼データに帰属
pbf_world/world 世界地図(pbf) https://earthquake-alert.github.io/maps/pbf_world/world/{z}/{x}/{y}.pbf Natural Earth に帰属
water_area_japan 日本の湖沼データ(geojson) 国土地理院 湖沼データに帰属
pbf_japan/distlict_jma 気象庁による日本の細分区域(pbf) https://earthquake-alert.github.io/maps/pbf_japan/distlict_jma/{z}/{x}/{y}.pbf 気象庁に帰属
pbf_japan/pref 日本の都道府県(pbf) https://earthquake-alert.github.io/maps/pbf_japan/pref/{z}/{x}/{y}.pbf weatherbox/warning-area-vtに帰属
pbf_japan/pref_jma 気象庁による日本の都道府県(pbf) https://earthquake-alert.github.io/maps/pbf_japan/pref_jma/{z}/{x}/{y}.pbf 気象庁に帰属
Pbf_japan/tsunami 気象庁による津波予報区 https://earthquake-alert.github.io/maps/pbf_japan/tsunami/{z}/{x}/{y}.pbf 気象庁に帰属

SOURCE

About

マップの置き場

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published