[gdal-dev] Call for review on RFC 104: Adding a "gdal" front-end command line interface
Robert Coup
robert.coup at koordinates.com
Tue Nov 19 02:58:43 PST 2024
On Mon, 18 Nov 2024 at 23:20, Even Rouault via gdal-dev <
gdal-dev at lists.osgeo.org> wrote:
>
> Le 19/11/2024 à 00:15, Scott via gdal-dev a écrit :
> > Question,
> >
> > Is there any plan to incorporate the python utilities, such as,
> > gdal_calc?
>
> Cf
>
> https://gdal--11216.org.readthedocs.build/en/11216/development/rfc/rfc104_gdal_cli.html#out-of-scope
> : "This RFC only addresses existing C++ utilities. Python utilities that
> would be migrated in the future as C++ utilities should follow this
> RFC.". Agreed that would be nice (and the ongoing work in
> https://github.com/OSGeo/gdal/pull/11209 could be a foundational basis
> for a C++ "gdal raster calc" mode), but there's a "bit" of work to do
> before coming to that point.
>
Is it worth reserving space for a future Git or Github-cli style plugin
mechanism where third party tools can extend the `gdal` CLI? eg: `gdal
raster from-contours`
- `git foo` simply looks for internal code first, then executes
`git-foo` if it's present, then expands any configured command aliases
- Github cli has an explicit extension install/packaging mechanism:
https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions
Rob :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20241119/9b3d71e6/attachment.htm>
More information about the gdal-dev
mailing list