Top Level Functions#

Combining Rasters#

band_concat(rasters)

Join a sequence of rasters along the band dimension.

constant_raster(raster_template[, value, bands])

Create a Raster filled with a contant value like a template raster.

empty_like(raster_template[, bands, dtype])

Create a Raster filled with uninitialized data like a template raster.

full_like(raster_template, value[, bands, dtype])

Create a Raster filled with a contant value like a template raster.

ones_like(raster_template[, bands, dtype])

Create a Raster filled with ones like a template raster.

random_raster(raster_template[, ...])

Creates a Raster of random values based on the desired distribution.

remap_range(raster, mapping[, inclusivity])

Remaps values based on a mapping or list of mappings.

zeros_like(raster_template[, bands, dtype])

Create a Raster filled with zeros like a template raster.