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
A while ago we changed the behaviour to implicit loading everywhere in the package, instead of error raising: If .data needs to be called, it's loaded in memory by default without message.
However set_mask() still raises an error if the data is not loaded, which escaped us somehow:
A while ago we changed the behaviour to implicit loading everywhere in the package, instead of error raising: If
.data
needs to be called, it's loaded in memory by default without message.However
set_mask()
still raises an error if the data is not loaded, which escaped us somehow:geoutils/geoutils/raster/raster.py
Line 1855 in 04b170a
The text was updated successfully, but these errors were encountered: