Doc: Add pipeline examples of raster clipping#14661
Conversation
I'd probably have |
@dbaston - is this possible? I think it has to use |
The pipeline page only contains descriptions of steps common to both vector and raster. I guess the steps won't change often so it might be easiest to manually update them. Or maybe use the output of |
I'm looking at that. The pipeline building logic is confused here and wrongly selects the vector clip algorithm. |
addressed in #14663 |
… clip --input raster_dataset --like _PIPE_ ! write output_raster' Fixes OSGeo#14661 (comment)
… clip --input raster_dataset --like _PIPE_ ! write output_raster' Fixes OSGeo#14661 (comment)
… clip --input raster_dataset --like _PIPE_ ! write output_raster' Fixes OSGeo#14661 (comment)
… clip --input raster_dataset --like _PIPE_ ! write output_raster' Fixes OSGeo#14661 (comment)
… clip --input raster_dataset --like _PIPE_ ! write output_raster' Fixes OSGeo#14661 (comment)
… clip --input raster_dataset --like _PIPE_ ! write output_raster' Fixes OSGeo#14661 (comment)
ah sorry, my commit message only mentioned fixing this particular comment #14661 (comment), but github decided to close this whole PR. Re-opening it... |
|
PR ready from my side. |
Adds the following to the docs:
The
gdal_vector_pipeline.rstpage was missing one of its final step optionsexport-schema. There are a few other steps that are missing. I can add these in manually to the pipeline pages, but maybe we want to try and automate which tools are available in pipelines?See "potential steps" sections at https://gdal.org/en/latest/programs/gdal_vector_pipeline.html and https://gdal.org/en/latest/programs/gdal_raster_pipeline.html (and also https://gdal.org/en/latest/programs/gdal_pipeline.html#gdal-pipeline). Thoughts @dbaston @rouault ?