It should be possible to set a maximum number N of raster cells which will be loaded into memory at any given time. If the bounding box of a given polygon covers more than N cells, then the polygon will be processed in multiple passes over size-N tiles of the raster.
It should be possible to set a maximum number
N
of raster cells which will be loaded into memory at any given time. If the bounding box of a given polygon covers more thanN
cells, then the polygon will be processed in multiple passes over size-N
tiles of the raster.