Skip to content

Commit cf894c3

Browse files
committed
anticipate gdal 3.10.1, for stars::read_stars()
1 parent 89640c6 commit cf894c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gdal.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ void unset_error_handler(void)
7171
void CPL_gdal_init()
7272
{
7373
CPLSetErrorHandler((CPLErrorHandler)__err_handler);
74+
CPLSetConfigOption("GDAL_NETCDF_REPORT_EXTRA_DIM_VALUES", "YES");
7475
GDALAllRegister();
7576
OGRRegisterAll();
7677
}

0 commit comments

Comments
 (0)