Releases: OSGeo/gdal
GDAL 3.13.1
Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.13.1/NEWS.md
GDAL 3.13.0 "Iowa City"
The 3.13.0 release is a new feature release with the following highlights:
In a nutshell...
- New 'gdal' command line interface capabilities:
- gdal vector combine (#13895)
- gdal vector concave-hull
- gdal vector convex-hull
- gdal vector create (#14210)
- gdal vector dissolve (#13985)
- gdal vector export-schema (#14156)
- gdal vector update
- gdal vector rename-layer (#14132)
- gdal vector sort (#13351)
- gdal dataset check
- gdal driver cog validate (uses validate_cloud_optimized_geotiff.py
underneath) - gdal driver gpkg validate (uses validate_gpkg.py underneath)
- gdal pipeline: add a external step to run an external command
- Zarr: various improvements in Zarr V3 support (sharding), support for
multiscales, spatial and proj extensions for EOPF Visualization products. - COG driver: implement GDALDriver::Create() for random write creation
- Add E57 read-only raster driver to read 2D images from ASTM E2807 (E57) files
- Add SAR Compensated Phase History Data (CPHD) multi-dimensional read-only
driver (#14310) - MiraMonRaster: add creation support (#13960)
- JP2GROK: read/write driver for JPEG-2000 using Grok JPEG 2000 toolkit
(the toolkit is AGPL v3 licensed) - S102/S104/S111 driver: add write support
- NITF driver: add support for CADRG writing
- Add support for INTERLIS 2.4
- Make cloud users aware of commercial cloud providers that don't sponsor the
project and whose cloud storage protocol may be removed in the future (#14313) - Revert removal of OGR Tiger and UK. NTF drivers (but still to be considered
as living on borrowed time) - Bump of shared lib major version
Detailed release notes
At https://github.com/OSGeo/gdal/blob/v3.13.0/NEWS.md
Backward compatibility issues
See migration guide
GDAL 3.12.4
Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.12.4/NEWS.md
GDAL 3.12.3
Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.12.3/NEWS.md
GDAL 3.12.2
Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.12.2/NEWS.md
GDAL 3.12.1
Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.12.1/NEWS.md
GDAL 3.12.0 "Chicoutimi"
The 3.12.0 release is a new feature release with the following highlights:
In a nutshell...
-
New 'gdal' command line interface capabilities:
- Add 'gdal raster as-features' (#12970)
- Add 'gdal raster blend'' (port of hsv_merge.py + regular alpha blending)
- Add 'gdal raster compare' (port of gdalcompare.py) (#12757)
- Add 'gdal raster neighbors' (#12768)
- Add 'gdal raster nodata-to-alpha' (#12524)
- Add 'gdal raster pansharpen' (port of gdal_pansharpen.py)
- Add 'gdal raster proximity' (#12350)
- Add 'gdal raster rgb-to-palette' (port of rgb2pct.py)
- Add 'gdal raster update'
- Add 'gdal raster zonal-stats'
- Add 'gdal vector check-coverage'
- Add 'gdal vector check-geometry'
- Add 'gdal vector clean-coverage'
- Add 'gdal vector index' (port of ogrtindex)
- Add 'gdal vector layer-algebra' (port of ogr_layer_algebra.py)
- Add 'gdal vector make-point'
- Add 'gdal vector partition'
- Add 'gdal vector set-field-type'
- Add 'gdal vector simplify-coverage'
- Add 'gdal mdim mosaic' (#13208)
- Add 'gdal dataset' port of 'gdal manage'
- gdal vector pipeline: add limit step
- Make 'gdal pipeline' support mixed raster/vector pipelines
- Pipeline: add support for nested pipeline (#12874)
- Pipeline: add support for a 'tee' step (#12874)
- Move 'gdal vector geom XXXX' utilities directly under 'gdal vector'
- Rename 'gdal vector geom set-type' as 'gdal vector set-geom-type'
- gdal raster reproject: add a -j/--num-threads option and default to ALL_CPUS
- Make 'gdal raster fill-nodata/proximity/sieve/viewshed' pipeline-able
- gdal raster mosaic/stack: allow it to be the first step of a raster pipeline
- gdal pipeline: allow to run an existing pipeline and override/add parameters
- Improved Bash completion
- Python bindings: add a dynamically generated 'gdal.alg' module
(e.g.gdal.alg.raster.convert(input="in.tif", output="out.tif")) - Many other improvements to existing utilities (see below)
-
VRT pixel functions: Add mean, median, geometric_mean, harmonic_mean, mode
(#12418), and handle NoData values -
Add C/C++/Python API for raster band algebra:
arithmetic operators, comparison operators, AsType(),
gdal::abs()/sqrt()/log10()/log()/min()/max()/mean()/IfThenElse() functions -
Add MiraMon raster driver: read-only support (#12293)
-
ADBC driver: support for ADBC BigQuery driver (requires BigQuery ADBC driver)
-
JSONFG driver: add read/write support for curve and measured geometries;
update to 0.3.0 spec -
Parquet: add update support using OGREditableLayer mechanism
-
Add C++ public header files for raster functionality
-
Security: avoid potential path traversal in several drivers
-
Various code linting, static code analyzer fixes, etc.
-
Significant automation of the release process
-
Add Docker attestation (#13066)
-
Bump of shared lib major version
Detailed release notes
At https://github.com/OSGeo/gdal/blob/v3.12.0/NEWS.md
Backward compatibility issues
See migration guide
GDAL 3.11.5
Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.11.5/NEWS.md
GDAL 3.12.0beta1
See release notes: https://github.com/OSGeo/gdal/blob/v3.12.0beta1/NEWS.md
GDAL 3.11.4
Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.11.4/NEWS.md