You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RasterSequentialProcessor always subdivides the processing region using scanlines. For tiled rasters, it should be more efficient to subdivide using the block size of the raster.
The text was updated successfully, but these errors were encountered:
Related to this, the RasterSequentialProcessor should disregard max_cells_in_memory if it is smaller than the block size. This would avoid unnecessary repeated reads of the same blocks.
RasterSequentialProcessor always subdivides the processing region using scanlines. For tiled rasters, it should be more efficient to subdivide using the block size of the raster.
The text was updated successfully, but these errors were encountered: