Open
Description
See https://mastodon.social/@EvenRouault/114037298138503303 ; unsure where to put this as versions are numeric, maybe a startup message?
See https://mastodon.social/@EvenRouault/114037298138503303 ; unsure where to put this as versions are numeric, maybe a startup message?
Activity
rsbivand commentedon Feb 20, 2025
Maybe add to
sf_extSoftVersion
?rsbivand commentedon Feb 24, 2025
As built against GDAL 3.11.0dev:
However:
see USDAForestService/gdalraster#627.
And:
rsbivand commentedon Feb 24, 2025
And:
So if we would like to expose the GDAL nickname, the code does that already.
rsbivand commentedon Feb 24, 2025
This is useful:
or
After this,
showConnections()
indicates that the connection opened bytextConnection()
was closed.Beyond that, https://github.com/OSGeo/gdal/blob/26fc9a3fedb57ab8b90604684fdd1fc4fb81c1f4/gcore/gdal_misc.cpp#L3006 shows that if correctly spelled values of
pszRequest
are not available, it defaults to"--version"
also before OSGeo/gdal@a37a65e. I triedsf:::CPL_gdal_version("RELEASE_NICKNAME")
with 3.10.1 with no problems.