Skip to content

Commit

Permalink
Merge pull request #69 from IGNF/remove-writer-param
Browse files Browse the repository at this point in the history
Remove unused param passed to pdal writer
  • Loading branch information
leavauchier authored Oct 23, 2024
2 parents 8ab8905 + 5c19e68 commit 8bc16f8
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 8bc16f8

Please sign in to comment.