diff --git a/opendm/dem/ground_rectification/io/las_io.py b/opendm/dem/ground_rectification/io/las_io.py index 91a7d362..11afb59b 100755 --- a/opendm/dem/ground_rectification/io/las_io.py +++ b/opendm/dem/ground_rectification/io/las_io.py @@ -76,7 +76,7 @@ def write_cloud(metadata, point_cloud, output_point_cloud_path): { "type": "writers.las", "filename": output_point_cloud_path, - "compression": "laszip", + "compression": "lazperf", "extra_dims": "all" } ]