mdbartos / pysheds

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

Reduce search space for d-inf distance_to_outlet #180

Closed mdbartos closed 2 years ago

mdbartos commented 2 years ago

Implement fibonacci heap to prevent traversing the same paths more than once.

mdbartos commented 2 years ago

Heap queue added for mfd and d-inf distance_to_outlet (ac196e23504b3e3dbe0a20d951d0f86a13032c06), (9e8f34eb22251f0b799ce7c38a10eaaf9a61cbed)