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 calculatingHeightAboveGroundon 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.pypassed with 54 tests.