coastlines
git clone https://github.com/seareport/coastlines
cd coastlines
python3 -mvenv .venv
source .venv/bin/activate
poetry install
This will give install the coastlines
CLI application.
Download and process the GSHHG coastlines (fix polygon validity etc):
coastlines gshhg
Download the OpenStreetMaps coastlines
coastlines osm
WIP