Contributing

Bug reports

We welcome contributions to pygeoflood. Please file bug reports on the GitHub issue tracker.

Development

Clone and install in editable mode:

git clone https://github.com/passah2o/pygeoflood
cd pygeoflood
pip install -e .

To contribute: fork, create a new branch with your changes, and submit a pull request.

Building the docs

To build the documentation, use the provided environment:

conda env create -f doc/pgfdocs-env.yml
conda activate pgfdocs-env
cd doc
make html