You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ogrmerge -o all.kmz 0.labels.kmz 0.contours.kmz
/usr/lib/python3/dist-packages/osgeo/gdal.py:312: FutureWarning: Neither gdal.UseExceptions() nor gdal.DontUseExceptions() has been explicitly called. In GDAL 4.0, exceptions will be enabled by default.
$ gdal2xyz 0.tif /dev/stdout|wc
/usr/lib/python3/dist-packages/osgeo/gdal.py:312: FutureWarning: Neither gdal.UseExceptions() nor gdal.DontUseExceptions() has been explicitly called. In GDAL 4.0, exceptions will be enabled by default.
warnings.warn(
65537 196611 1944763
I'm not sure if qgis/QGIS#57477 covers it yet (I'm using GDAL 3.9).
The text was updated successfully, but these errors were encountered:
…hen launched from launcher shell scripts
FixesOSGeo#10010
The launcher shell scripts generated by setuptools don't use our
gdal-utils/scripts/{script_name}.py scripts, but directly the gdal-utils/osgeo_utils/{script_name}.py one.
Hence let's move the call to UseExceptions() from the former to the
later.
…hen launched from launcher shell scripts
FixesOSGeo#10010
The launcher shell scripts generated by setuptools don't use our
gdal-utils/scripts/{script_name}.py scripts, but directly the gdal-utils/osgeo_utils/{script_name}.py one.
Hence let's move the call to UseExceptions() from the former to the
later.
Feature description
I'm not sure if qgis/QGIS#57477 covers it yet (I'm using GDAL 3.9).
The text was updated successfully, but these errors were encountered: