Skip to content

Enhancement/fix gdal warning

Daniel Scheffler requested to merge enhancement/fix_gdal_warning into main

Fixes the following warning:

Warning 1: PROJ: proj_create_from_database: Open of /home/gfz-fe/mambaforge/envs/arosics/share/proj failed
Warning 1: The definition of projected CRS EPSG:32633 got from GeoTIFF keys is not the same as the one from the EPSG registry, which may cause issues during reprojection operations. Set GTIFF_SRS_SOURCE configuration option to EPSG to use official parameters (overriding the ones from GeoTIFF keys), or to GEOKEYS to use custom values from GeoTIFF keys and drop the EPSG code.
Warning 1: PROJ: proj_create_from_database: Open of /home/gfz-fe/mambaforge/envs/arosics/share/proj failed
Warning 1: The definition of projected CRS EPSG:32633 got from GeoTIFF keys is not the same as the one from the EPSG registry, which may cause issues during reprojection operations. Set GTIFF_SRS_SOURCE configuration option to EPSG to use official parameters (overriding the ones from GeoTIFF keys), or to GEOKEYS to use custom values from GeoTIFF keys and drop the EPSG code.

Merge request reports