Function necsim::cplNecsimCustomErrorHandler

Function Documentation

void necsim::cplNecsimCustomErrorHandler(CPLErr eErrClass, int err_no, const char *msg)

Contains a custom CPLErrorHandler for reporting errors from GDAL imports.

Parameters
  • eErrClass: the error class (CE_None, CE_Debug, CE_Warning, CE_Failure or CE_Fatal)
  • err_no: the error number to report
  • msg: the message to report