- Add example to run a local python script in the pdal_ign_plugin docker image
- 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
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
Fix (and test) arguments parsing in mark_points_to_use_for_digital_models_with_new_dimension
- Update algorithm for DxM marking in mark_points_to_use_for_digital_models_with_new_dimension
- Add a temporary buffer on the las input to prevent side effects on tile borders
- Remove temporary extra dimensions added during points marking
Fix arguments that are passed from argparse to the main function
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