On the following page:
https://gdal.org/en/latest/programs/gdal_raster_calc.html#gdal-raster-calc-subcommand

Example 3 at the very bottom has:
gdal_calc -i ....

I think it should be:
gdal raster calc -i ....

...like example 1 and 2?

Scott

On 4/17/25 12:03, Even Rouault via gdal-dev wrote:
Hi,

I've prepared a beta1 of GDAL 3.11.0 to get feedback from early testers, for the following next 2 weeks before the release candidate.

The NEWS file is here:

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

The biggest highlight is:

  * RFC 104 <https://gdal.org/en/latest/development/rfc/
    rfc104_gdal_cli.html>: Adding a "gdal" front-end command line
    interface.
      o See the list of commands <https://gdal.org/en/latest/programs/
        index.html#gdal-application>
      o Includes a completely new "gdal raster calc" utility.
      o Includes "gdal vsi list/copy/delete" (ports of Python sample
        scripts)
      o Includes "gdal driver {driver_name}" for driver-specific commands.
      o Includes smart Bash autocompletion
      o Includes C, C++, Python API

This is an alternative interface to GDAL and OGR command line utilities. We would certainly welcome feedback from your testing to confirm that we are hopefully aiming at the right direction. Note that the naming of commands and options is not frozen at that point, and that not all traditional utilities have been ported yet (will continue during the 3.12 cycle)

Please file tickets at https://github.com/OSGeo/gdal/issues for issues you'd find (or pull requests to fix them!)

Docker -latest images are just in the cooking and will reflect the state of beta1 when they'll be ready, hopefully by tomorrow, and should be a good start for testing:
- ghcr.io/osgeo/gdal:alpine-small-latest
- ghcr.io/osgeo/gdal:alpine-normal-latest
- ghcr.io/osgeo/gdal:ubuntu-small-latest
- ghcr.io/osgeo/gdal:ubuntu-full-latest

I have *not* branched off yet master for release/3.11, so be careful with material that goes into master until that's done.

Source snapshots at:

- https://download.osgeo.org/gdal/3.11.0/gdal-3.11.0beta1.tar.gz
- https://download.osgeo.org/gdal/3.11.0/gdal-3.11.0beta1.tar.xz
- https://download.osgeo.org/gdal/3.11.0/gdal3110beta1.zip

Autotest snapshots:

- https://download.osgeo.org/gdal/3.11.0/gdalautotest-3.11.0beta1.tar.gz
- https://download.osgeo.org/gdal/3.11.0/gdalautotest-3.11.0beta1.zip

Even

--
http://www.spatialys.com
My software is free, but my time generally not.


_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to