Webinar about GDAL 3.11 CLI refactor June 3rd at 1400 UTC

The GDAL Project Steering Committee was pleased to announce the release of GDAL 3.11.0 on May 9th, 2025. The 2024 GDAL User Survey showed the GDAL Command Line Interface (CLI) to be in need of modernization, and GDAL 3.11.0 is the first release to provide a substantial refactoring of the common interaction point of many with the nearly 27 year old software project.

The new CLI, driven by sub-commands of the ‘gdal’ main program [1], is more convenient, consistent, predictable, and capable. It provides a GDAL spin on CLI concepts from rasterio, git, and others. Existing GDAL CLIs will continue to be supported as-is, but we hope the new CLI will make it easier to explore, learn, and reason about GDAL while manipulating geospatial data. In celebration of the release, Even Rouault, Dan Baston, Mike Smith, and Howard Butler of the GDAL project will be hosting a webinar to provide a deep dive into the new CLI on June 3rd at 1400 UTC.

The webinar will be recorded, but we hope you can join us live by registering at Webinar Registration - Zoom

[1] Programs — GDAL documentation

5 Likes

Awesome @hobu excited to see this (webinar scheduled in just under one week from now).

The roll-out of the new CLI has been really impressive and removes the need for a lot of downstream extensions in different languages. The ability to virtualize so many workflows now as GDALG is really awesome, and brings that cross-platform and cross-language power to much closer to the core API.