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
Add "raster-parallel" processor to simultaneously process multiple raster
chunks in separate threads. Best performance is achieved using the CLI
and GDAL 3.10 or later, which allows raster I/O to be run in parallel as
well. Contributed by Daniel Burke.
Fixes
Fix memory leak in Python bindings when calling exact_extract inside a
loop (#164).
RasterSequentialProcessor: Avoid skipping cells due to grid subdivision
precision (#178). Only known to happen with Python bindings and multi-band
rasters.
Add missing include file preventing building with some compilers (#175).