[Osgeo4w-trac] [osgeo4w] #923: SAGA: Function GDALRegister ... did not register a driver ... (it needs to be built against GDAL 3.13)
OSGeo4W
trac_osgeo4w at osgeo.org
Tue May 19 09:05:04 PDT 2026
#923: SAGA: Function GDALRegister ... did not register a driver ... (it needs to
be built against GDAL 3.13)
------------------------+----------------------------
Reporter: andreaerdna | Owner: osgeo4w-dev@…
Type: defect | Status: closed
Priority: normal | Component: Package
Version: | Resolution: fixed
Keywords: |
------------------------+----------------------------
Comment (by jef):
Didn't find it using the plugin manager. I had to install it from a
downloaded zip from plugins.q.o. It had a warning there stating "This
plugin will be permanently deleted on May 04, 2026.". Notified Lova - and
now it's apparently totally gone. It's repo is gone too.
This helps (at least for the "Basic Terrain Analysis" tool)
{{{
diff -ur processing_saga_nextgen/processing/provider.py
../plugins/processing_saga_nextgen/processing/provider.py
--- processing_saga_nextgen/processing/provider.py 2025-07-14
04:00:06.000000000 +0200
+++ ../plugins/processing_saga_nextgen/processing/provider.py 2026-05-19
17:44:28.927405600 +0200
@@ -147,15 +147,15 @@
def defaultRasterFileExtension(self):
"""
- Default extension -- only sdat supported
+ Default extension
"""
- return "sdat"
+ return "sg-grd-z"
def supportedOutputRasterLayerExtensions(self):
"""
- Only sdat supported
+ Only sdat and sg-grd-z supported
"""
- return ["sdat"]
+ return ["sdat", "sg-grd-z"]
def supportedOutputVectorLayerExtensions(self):
"""
}}}
--
Ticket URL: <https://trac.osgeo.org/osgeo4w/ticket/923#comment:5>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer and package environment for the OSGeo stack.
More information about the Osgeo4w-trac
mailing list