Skip to content

Commit

Permalink
Remove unused param passed to pdal writer
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier committed Oct 21, 2024
1 parent 8ab8905 commit 5c19e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdaltools/standardize_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

from pdaltools.unlock_file import copy_and_hack_decorator

# Standard parameters to pass to the pdal writer
STANDARD_PARAMETERS = dict(
major_version="1",
minor_version="4", # Laz format version (pdal always write in 1.x format)
Expand All @@ -33,7 +34,6 @@
offset_z=0,
dataformat_id=6, # No color by default
a_srs="EPSG:2154",
class_points_removed=[], # remove points from class
)


Expand Down

0 comments on commit 5c19e68

Please sign in to comment.