SystemError: <built-in function delete_Dataset> returned a result with an error set
def open_image(self):
# remove the caching since it causes strange issues still
# self._im_obj = self._im_obj if self._im_obj is not None else self._open_image()
return self._open_image()
The problem seems to be caused by a serialization issue related to the local gdal objects, a less-efficient work-around has been added for the moment
SystemError: <built-in function delete_Dataset> returned a result with an error setThe problem seems to be caused by a serialization issue related to the local
gdalobjects, a less-efficient work-around has been added for the moment