Skip to content

v0.4.1 - Height Above Ground from memory

Latest

Choose a tag to compare

@iosefa iosefa released this 30 Jun 23:34
ea3c2cd

PyForestScan v0.4.1

This release brings the published v0.4.0 rumple work back into main and adds the newly merged in-memory Height Above Ground workflow.

Highlights

  • Add add_height_above_ground(...) for calculating HeightAboveGround on already-loaded point-cloud arrays.
  • Support both Delaunay-based HAG and DTM/raster-based HAG for in-memory arrays.
  • Include the v0.4.0 rumple metric implementation, tests, docs, and exports on the main release line.
  • Bump the package version to 0.4.1.

Validation

  • PR CI passed on Python 3.11, 3.12, and 3.13.
  • Local tests/test_calculate.py passed with 54 tests.