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
newer versions of xarray/rasterio have deprecated xarray.open_rasterio(...) in favor of an additional dependency on rioxarray and rioxarray.open_rasterio(...); CERF could probably implement this new paradigm and update the minimum dependency versions
newer versions of whitebox have added support for musl C standard that can be activated in a couple ways (see GLIBC version jblindsay/whitebox-tools#338); this could be utilized to avoid common failures on many linux distros (including deception)
The text was updated successfully, but these errors were encountered:
A couple notes:
xarray.open_rasterio(...)
in favor of an additional dependency onrioxarray
andrioxarray.open_rasterio(...)
; CERF could probably implement this new paradigm and update the minimum dependency versionsmusl
C standard that can be activated in a couple ways (see GLIBC version jblindsay/whitebox-tools#338); this could be utilized to avoid common failures on many linux distros (including deception)The text was updated successfully, but these errors were encountered: