Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps org.gdal:gdal from 3.8.0 to 3.11.0.

Release notes

Sourced from org.gdal:gdal's releases.

GDAL 3.11.0 "Eganville"

The 3.11.0 release is a new feature release with the following highlights:

In a nutshell...

  • RFC 104: Adding a "gdal" front-end command line interface.
    • See the list of commands
    • Includes new "gdal raster calc" and "gdal raster resclassify" utilities.
    • "gdal raster tile", C++ port of gdal2tiles, runs faster (3x to 6x in some cases)
    • Includes "gdal vsi list/copy/delete/move/sync" (ports of Python sample scripts)
    • Includes "gdal driver {driver_name}" for driver-specific commands.
    • Includes smart Bash autocompletion
    • Includes C, C++, Python API
  • Add GDALG (GDAL Streamed Algorithm Format) driver: reading of on-the-fly / streamed vector dataset replaying compatible "gdal" command lines (kind of VRT).

Other topics

  • RFC 100: Support float16 type
  • RFC 102: Embedding resource files into libgdal
  • RFC 103: Add a OGR_SCHEMA open option to selected OGR drivers
  • RFC 105: Add and use safe path manipulation functions
  • RFC 106: Metadata items to reflect driver update capabilities
  • RFC 107: Add OGRLayer::IGetExtent() and OGRLayer::ISetSpatialFilter()
  • Add read-only OGR ADBC (Arrow Database Connectivity) driver, in particular with support for DuckDB or Parquet datasets (if libduckdb also installed)
  • Add LIBERTIFF driver: native thread-safe read-only GeoTIFF reader
  • Add read-only RCM (Radarsat Constellation Mission) raster driver
  • Add read-only AIVector (Artificial intelligence powered vector) driver
  • VRT Pixel Functions: Add function to evaluate arbitrary expression (#11209)
  • Substantially improved drivers: ZARR, with support for Kerchunk JSON and Parquet reference stores
  • GeoPackage: change default version to GeoPackage 1.4 on creation (#7870)
  • RFC 108:
    • Removed raster drivers: BLX, BT, CTable2, ELAS, FIT, GSAG (Golden Software ASCII grid), GSBG (Golden Software 6.0 binary grid), JP2Lura, OZI OZF2/OZFX3, Rasterlite (v1), R object data store (.rda), RDB, SDTS, SGI, XPM, DIPex
    • Removed vector drivers: Geoconcept Export, OGDI (VPF/VMAP support), SDTS, SVG, Tiger, UK. NTF
    • Removed write support in following drivers: Interlis 1, Interlis 2, ADRG, PAux, MFF, MFF2/HKV, LAN, NTv2, BYN, USGSDEM, ISIS2
  • Removed OpenCL warper
  • OGR "Memory" driver deprecated, and aliased to the "MEM" driver. Its functionality is merged into the "MEM" driver that has raster, vector and multidimensional support.
  • Various code linting, static code analyzer fixes, etc.
  • Bump of shared lib major version

Detailed release notes

At https://github.com/OSGeo/gdal/blob/v3.11.0/NEWS.md

New optional dependencies

  • muparser is strongly recommended to be added as a build and runtime dependency, to provide nominal support for C++ VRT expressions.
  • exprtk may be added as a build dependency (this is a header-only library) to provide support for advanced C++ VRT expressions. Note that it causes an increase in libgdal size of about 8 MB. exprtk support is recommended to be an addition to muparser support, not as a replacement.

... (truncated)

Changelog

Sourced from org.gdal:gdal's changelog.

GDAL/OGR 3.11.0 "Eganville" Release Notes

GDAL/OGR 3.11.0 is a feature release. Those notes include changes since GDAL 3.10.0, but not already included in a GDAL 3.10.x bugfix release.

In a nutshell...

Highlight:

  • RFC 104: Adding a "gdal" front-end command line interface.
    • See the list of commands
    • Includes new "gdal raster calc" and "gdal raster resclassify" utilities.
    • "gdal raster tile", C++ port of gdal2tiles, runs faster (3x to 6x in some cases)
    • Includes "gdal vsi list/copy/delete/move/sync" (ports of Python sample scripts)
    • Includes "gdal driver {driver_name}" for driver-specific commands.
    • Includes smart Bash autocompletion
    • Includes C, C++, Python API
  • Add GDALG (GDAL Streamed Algorithm Format) driver: reading of on-the-fly / streamed vector dataset replaying compatible "gdal" command lines (kind of VRT).

Other topics

  • RFC 100: Support float16 type
  • RFC 102: Embedding resource files into libgdal
  • RFC 103: Add a OGR_SCHEMA open option to selected OGR drivers
  • RFC 105: Add and use safe path manipulation functions
  • RFC 106: Metadata items to reflect driver update capabilities
  • RFC 107: Add OGRLayer::IGetExtent() and OGRLayer::ISetSpatialFilter()
  • Add read-only OGR ADBC (Arrow Database Connectivity) driver, in particular with support for DuckDB or Parquet datasets (if libduckdb also installed)
  • Add LIBERTIFF driver: native thread-safe read-only GeoTIFF reader
  • Add read-only RCM (Radarsat Constellation Mission) raster driver
  • Add read-only AIVector (Artificial intelligence powered vector) driver
  • VRT Pixel Functions: Add function to evaluate arbitrary expression (#11209)
  • Substantially improved drivers: ZARR
  • GeoPackage: change default version to GeoPackage 1.4 on creation (#7870)
  • RFC 108:
    • Removed raster drivers: BLX, BT, CTable2, ELAS, FIT, GSAG (Golden Software ASCII grid),

... (truncated)

Commits
  • 447eb52 NEWS.md: update for 3.11.0rc2
  • 1cc3e7a Doc: download.rst: bump release date
  • 819e444 Bump release date
  • 8d89090 Doc: add pages for gdal driver gpkg/openfilegdb/pdf
  • abcf550 Doc: add a page about the syntax of 'gdal'
  • ffd2cda Doc: move Bash completion for 'gdal' into its own .rst
  • 3c87121 Doc: reorganize doc regarding 'gdal' CLI
  • 41df732 GPKG: call sqlite3_errmsg() in error messages
  • aefa901 KML: when reassembling multi-line text content, use newline character instead...
  • 99cd1d4 gdal raster tile: add --kml option
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.gdal:gdal](https://github.com/osgeo/gdal) from 3.8.0 to 3.11.0.
- [Release notes](https://github.com/osgeo/gdal/releases)
- [Changelog](https://github.com/OSGeo/gdal/blob/master/NEWS.md)
- [Commits](OSGeo/gdal@v3.8.0...v3.11.0)

---
updated-dependencies:
- dependency-name: org.gdal:gdal
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants