raster_tools.band_concat#

raster_tools.band_concat(rasters)[source]#

Join a sequence of rasters along the band dimension.

Parameters

rasters (sequence of Rasters and/or paths) – The rasters to concatenate. These can be a mix of Rasters and paths. All rasters must have the same shape in the x and y dimensions.

Returns

The resulting concatenated Raster.

Return type

Raster