Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Sep 26, 2024
1 parent 59a8b89 commit babf3d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pdaltools/standardize_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ def rewrite_with_pdal(input_file: str, output_file: str, params_from_parser: Dic
points = remove_points_from_class(points, class_points_removed)

#ToDo : it seems that the forward="all" doesn't work because we use a new pipeline
# since we create a new pipeline, the 2 metadatas creation_doy and creation_year are update
# to current date instead of forwarded from input LAS

params = get_writer_parameters(params_from_parser)
pipeline_end = pdal.Pipeline(arrays=[points])
Expand Down

0 comments on commit babf3d0

Please sign in to comment.