implement a simple (!) "Stack raster layer" algorithm

Issue #1018 resolved
Andreas Janz created an issue

We have several powerful tools/algorithms for building a VRT band stack, but we are really missing a simple algorithm for just stacking rasters on top of each other, that share the same pixel grid.

The algorithm let’s you just select a list of input raster layers and builds the VRT band stack with all bands (or optionally only the i-th band from each raster).

If you also want to delete or rearrange individually bands, just use the Subset raster layer bands algorithm after wards.

Finally, add a shortcut next to the Subset bands option, to make Stacking and Subsetting really convinient for the user:

Comments (2)

  1. Log in to comment