mdbartos / pysheds

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

RFSM spill assert not overflowing #130

Open JoukeVerstappen opened 4 years ago

JoukeVerstappen commented 4 years ago

I keep getting the following error when using my own DEM file when trying the following function: rfsm.compute_waterlevel(input_vol)

in spill assert not overflowing: AssertionError

Using the prescribed script but only changed the input tiff? Could you help me?

VincenzoScotti commented 3 years ago

Hi Jouke, I'm having the same issue. Did you solve it? Many thanks for your answer.

openSourcerer9000 commented 3 years ago

Same here, what does overflowing mean? Does it make sense for a user to ever see that assertion? If so, what is the fix in order to get the tool to work?

mahagala commented 3 years ago

same here, and I wonder is this issue related to the DEM file? is the DEM file needs sort of a pre-processing?

aiwei169 commented 3 years ago

@mdbartos could you solve this problem?