Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (排他的経済水域) を探索するインタラクティブなウェブ地図です。
- Host: GitHub
- URL: https://github.com/kamataryo/eez-explorer
- Owner: kamataryo
- Created: 2022-07-29T10:34:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T00:47:29.000Z (over 2 years ago)
- Last Synced: 2023-09-17T00:26:20.661Z (over 1 year ago)
- Topics: eez, vector-tiles, webmap
- Language: HTML
- Homepage: https://kamataryo.github.io/eez-explorer
- Size: 5.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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' - '{}' \;
```