Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.66 KB

RELEASE_NOTES.md

File metadata and controls

42 lines (28 loc) · 1.66 KB
  • Add example to run a local python script in the pdal_ign_plugin docker image

0.3.1

  • improve code readability in the radius_assign filter (Z limits part).
  • fix the script for MNx pre-processing (Z limits were inverted)
  • improve tests and test data

0.3.0

Update algorithm of mark_points_to_use_for_digital_models_with_new_dimension In details :

  • manage water and virtuals points,
  • update building consideration
  • 2 levels of water

0.2.1

Fix (and test) arguments parsing in mark_points_to_use_for_digital_models_with_new_dimension

0.2.0

0.1.1

Fix arguments that are passed from argparse to the main function

0.1.0

Contains 2 pdal filters:

  • radius_assign
  • grid_decimation_deprecated (contains fixes that are not implemented in the pdal GridDecimation filter as of 2024-06)

Contains python macros in macro.py:

  • add_radius_assign (to apply radius assign with conditions) with 3d radius, 2d radius and 2d radius with upper/lower bounds in Z
  • classify_hgt_ground
  • keep_non_planar_pts

Contains a python script for DSM/DTM points selection: mark_points_to_use_for_digital_models_with_new_dimension.py