dtarb / TauDEM

Terrain Analysis Using Digital Elevation Models (TauDEM) software for hydrologic terrain analysis and channel network extraction.
http://hydrology.usu.edu/taudem
Other
222 stars 115 forks source link

Optimize D8FlowDir algorithm #240

Open jcphill opened 1 year ago

jcphill commented 1 year ago

Modify D8FlowDir algorithms to implicitly increment points in the interiors of flats that are all at the same level, and to only explicitly update points at the edges. Produces identical output but is much faster for large inputs with large flat areas.

dtarb commented 1 year ago

Thanks for this. I hope to check it out when I get time.