You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded DEM from Google earth engine as tiff files and loaded it in richdem, when I try to print rdarray with rd.rdShow(dem), it raises value error: cannot convert float NaN to integer. Even I type casted all values in my DEM to to int type, filled all nan values with -9999 and reset dem.no_data to -9999, but still it is raising same error. When I use matplotlib imshow to print it then it works very good. I do not know why rd.rdShow() is not working. Please see in picture below;
Kindly help. Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I downloaded DEM from Google earth engine as tiff files and loaded it in richdem, when I try to print rdarray with rd.rdShow(dem), it raises value error: cannot convert float NaN to integer. Even I type casted all values in my DEM to to int type, filled all nan values with -9999 and reset dem.no_data to -9999, but still it is raising same error. When I use matplotlib imshow to print it then it works very good. I do not know why rd.rdShow() is not working. Please see in picture below;
Kindly help. Thanks
The text was updated successfully, but these errors were encountered: