datacube.utils.geometry.CRSError#

exception datacube.utils.geometry.CRSError(error_message)[source]#

Raised when a CRS error occurs.

static clear()#

This will clear the internal PROJ error message.

Return type

None

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.