@@ -16,9 +16,14 @@ This plugin is added in processing, in a provider called "rename bands".
This script takes 2 input paramaters :
- a raster layer
- a table with 2 columns. Add as many rows to this table as bands in the input raster, then choose for each band its future name (first column), for example "Red" and its order (second column), for example 1.
- a table with 3 columns. When a raster layer is selected, this table is automatically populated with one row for each band. The table columns are for : 1/ band order (1, 2, 3...) 2/ band name (this column can be empty if no description is set for the bands) 3/ new band name
A raster output is created. It will be the same as the input raster but with different band names and order, according to user input.
User can then :
- edit the third column to set new band names
- change band order by using up and down button
- remove a band by selecting it and pressing the minus button.
A raster output is created. It will be the same as the input raster but with different band names and order, according to user input. It may have less bands than input raster, if user deleted bands in table.