Skip to content

Commit

Permalink
Document the hybrid option
Browse files Browse the repository at this point in the history
  • Loading branch information
wkearn committed Dec 5, 2024
1 parent bba13ca commit cba261d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/topotoolbox/grid_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ def fillsinks(self,
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? Defaults to True. Hybrid
reconstruction is faster but requires additional memory be allocated
for a queue.
Returns
-------
Expand Down

0 comments on commit cba261d

Please sign in to comment.