raster_tools.Raster.load#

Raster.load()[source]#

Compute delayed operations and load the result into memory.

This computes all delayed operations built up so far and then stores the resulting raster in memory. This can have significant performance implications if the raster data being computed is large relative to the available computer memory. The original raster is unaltered.