On mardi 17 novembre 2020 14:01:07 CET Daniel Mellergård wrote: > Hi, > > Is setting the environment variable PROJ_DEBUG=3 supposed to work when > using GDAL3.1.2? Running for example gdalsrsinfo with that environment > variable set has no effect, but running projinfo (from proj 6.3.2) does.
As PROJ logging goes through GDAL one, you also need to enable CPL_DEBUG=ON (or CPL_DEBUG=PROJ to restrict to PROJ traces) Even -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
