mdbartos / pysheds

:earth_americas: Simple and fast watershed delineation in python.
GNU General Public License v3.0
702 stars 188 forks source link

Add new priority flood module. #246

Open groutr opened 4 months ago

groutr commented 4 months ago

Implements variations of the Priority Flood algorithm mentioned in "Priority-Flood: An Optimal Depression-Filling and Watershed-Labeling Algorithm for Digital Elevation Models"

The methods are placed in their own module to facilitate easy maintenance.

The methods are:

@mdbartos How would you envision exposing these methods to pysheds API?