Skip to content

Commit

Permalink
add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Jul 9, 2024
1 parent 748a96c commit fd69215
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# v0.2.0
- "mark_points_to_use_for_digital_models_with_new_dimension" script operational

# v0.1.0
- Filters "grid_decimation" fully operational
- Filters "radius_assign" fully operational
- add users scripts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def mark_points_to_use_for_digital_models_with_new_dimension(
resolution=0.75, output_dimension=dsm_dimension, output_type="max", where="PT_VEG_DSM==1"
)

# 2 - sélection des points pour DTM et DSM#
# 2 - sélection des points pour DTM et DSM

# selection de points DTM (max) sur une grille régulière
# TODO: remplacer par GridDecimation une fois le correctif mergé dans PDAL
Expand Down

0 comments on commit fd69215

Please sign in to comment.