Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamataryo/eez-explorer

EEZ explorer は EEZ (排他的経済水域) を探索するインタラクティブなウェブ地図です。
https://github.com/kamataryo/eez-explorer

eez vector-tiles webmap

Last synced: about 2 months ago
JSON representation

EEZ explorer は EEZ (排他的経済水域) を探索するインタラクティブなウェブ地図です。

Awesome Lists containing this project

README

        

# EEZ explorer

https://kamataryo.github.io/eez-explorer

EEZ explorer は EEZ (排他的経済水域) を探索するインタラクティブなウェブ地図です。
EEZ 領域は [marineregions.org](https://www.marineregions.org/) のデータ (Marine boundaries v11、 CC-BY license) を利用しています。
[Issues](https://github.com/kamataryo/eez-explorer/issues) と [プルリクエスト](https://github.com/kamataryo/eez-explorer/pulls) はお気軽にお寄せ下さい。日本語でも問題ありません。

## develop

```shell
$ ogr2ogr -f GeoJSON ./raw/eez.geojson ./raw/eez_v11.shp
$ tippecanoe -zg --output-to-directory ./tiles --no-tile-compression -l eez ./raw/eez.geojson
$ find ./tiles -name "*.pbf" -exec bash -c 'mv "$1" "${1%.pbf}"mvt' - '{}' \;
```