fastscape-lem / fastscapelib

A C++/Python library of efficient algorithms for landscape evolution modeling
http://fastscapelib.readthedocs.io
GNU General Public License v3.0
36 stars 6 forks source link

Allow for d-infinite flow routing #133

Open hannahsophiadavies opened 1 year ago

hannahsophiadavies commented 1 year ago

Currently flow routing is either d-8 for raster grid or d-n for unstructured meshes. It would be fairly simple to implement d-infinite flow routing to both if you take drainage direction as a floating point azimuth then spilt the flow routing between two nearest receiver nodes.