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
This is a known limitation of the writer. We need to switch to rioxarray and use more complicated locking to allow for threaded or distributed schedulers.
Describe the bug
The geotiff writer fails when using the dask distributed scheduler.
To Reproduce
Expected behavior
I expect an image to be produced without error messages.
Actual results
Computing writer results fails due to a rasterio exception:
TypeError: self._hds cannot be converted to a Python object for pickling
Screenshots
If applicable, add screenshots to help explain your problem.
Environment Info:
Additional context
Encountered while working on #2686.
The text was updated successfully, but these errors were encountered: