raster_tools.Raster.eval#
- Raster.eval()[source]#
Compute any applied operations and return the result as new Raster.
Note that the unerlying sources will be loaded into memory for the computations and the result will be fixed in memory. The original Raster will be unaltered.
Note
This method has been replaced by
load()
and will eventually be deprecated and then removed.