Skip to content

version 0.3.0

Latest

Choose a tag to compare

@dbaston dbaston released this 03 Feb 18:41
· 4 commits to master since this release

version 0.3 (2025-12-01)

Enhancements

  • 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).