Skip to content

Commit

Permalink
anticipate gdal 3.10.1, for stars::read_stars()
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Jan 7, 2025
1 parent 89640c6 commit cf894c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gdal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ void unset_error_handler(void)
void CPL_gdal_init()
{
CPLSetErrorHandler((CPLErrorHandler)__err_handler);
CPLSetConfigOption("GDAL_NETCDF_REPORT_EXTRA_DIM_VALUES", "YES");
GDALAllRegister();
OGRRegisterAll();
}
Expand Down

0 comments on commit cf894c3

Please sign in to comment.