Skip to content

2.4.7

Latest
Compare
Choose a tag to compare
@phargogh phargogh released this 23 Jan 21:04
b50fead
  • Dropped support for Python 3.8. Added support for Python 3.13 and GDAL 3.9.
    #415
  • Added validation to reclassify_raster to raise a TypeError with a
    descriptive message if value_map contains non-numeric keys.
  • In warp_raster, if either base_raster_path or target_raster_path
    are not strings, a ValueError is now raised with a more helpful error
    message. #421