pygeoflood docs

pygeoflood is a suite of terrain-analysis tools for mapping flood inundation in near-real time.

This package is under active development as we incorporate efficient methods for mapping fluvial, pluvial, and coastal flooding.

View the source code on GitHub: https://github.com/passah2o/pygeoflood

Installation

pygeoflood currently supports Python 3.10, 3.11, and 3.12. We recommend installing with our provided conda environment file. This will install all dependencies and a compatible version of python.

conda env create -f pygeoflood-env.yml

Alternatively, you can install the package with pip:

pip install git+https://github.com/passah2o/pygeoflood

Examples

Contributing

API Reference