mdbartos / pysheds

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

differences in v2_7 and v3_3 #205

Closed tarankalra1 closed 1 year ago

tarankalra1 commented 1 year ago

Hi

I am upgrading from pysheds v2_7 to 3_3. I notice that thehand function output to be different for the same inputs of flow direction, elevation and mask rasters. Is there anything else that has been modified in the new version that one needs to know ?

thank you

tarankalra1 commented 1 year ago

This issue can be resolved by making sure that the input arguments in the two different versions are consistent.