Welcome to the Coastal Hazards Toolkit’s documentation!
The Deltares Coastal Hazards Toolkit is a package of open-source Python modules used for modelling and data analysis of coastal environments. It contains scripts for generating model inputs, importing bathymetry data, creating web tile layers, and much more.
Installation
In order to use the Coastal Hazards Toolkit, you’ll first need to install the package using pip:
pip install deltares-coastalhazardstoolkit
or alternatively, if you have an OpenEarth account and checkout folder, install it as an editable package:
cd OpenEarthTools/trunk/python/applications/coastalhazardstoolkit/trunk
pip install -e .