Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document the hybrid parameter of FlowObject
Browse files Browse the repository at this point in the history
wkearn committed Dec 6, 2024
1 parent 36405d1 commit 1f1580a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/topotoolbox/flow_object.py
Original file line number Diff line number Diff line change
@@ -31,6 +31,10 @@ def __init__(self, grid: GridObject,
indicate pixels that should be fixed to their values in the
original DEM and values of 0 indicate pixels that should be
filled.
hybrid: bool, optional
Should hybrid reconstruction algorithm be used to fill
sinks? Defaults to True. Hybrid reconstruction is faster
but requires additional memory be allocated for a queue.
Notes
-----

0 comments on commit 1f1580a

Please sign in to comment.