concat_bands
Combine multiple single-band raster files into one multi-band raster, automatically resolving CRS, resolution, and dimension mismatches.
Instructions
Concatenate multiple single-band raster files into one multi-band raster, handling alignment issues automatically.
Parameters:
folder_path: Path to folder containing input raster files (e.g. GeoTIFFs).
destination: Path to output multi-band raster file.
Notes:
Files are read in sorted order by filename.
If rasters have mismatched CRS, resolution, or dimensions, they are aligned automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | ||
| destination | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||