General Purpose Operations#
The general module contains general purpose functions for manipulating rasters.
Operations#
|
An adaptor class that allows models without a predict method to be used with |
|
Creates a Raster of aggregated cell values for a new resolution. |
|
Join a sequence of rasters along the band dimension. |
|
Perform dilation on a raster |
|
Perform erosion on a raster |
|
Creates a Raster of summarized values across bands. |
|
Generate a new raster using the provided model to predict new values. |
|
Predict new columns using a model. |
|
Reclassify the input raster values based on a mapping. |
|
Calculates the unique regions (patches) within a raster band. |
|
Remaps values based on a mapping or list of mappings. |
|
Return elements chosen from true_rast or false_rast depending on condition. |