From cdf973bf9e47cd5e0603804e1ded5f317c5a4a3c Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 6 Oct 2025 11:14:13 -0700 Subject: [PATCH] update syntax of `pdal info` command to match current PDAL version --- opendm/cropper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendm/cropper.py b/opendm/cropper.py index 4492fa34..77c69750 100644 --- a/opendm/cropper.py +++ b/opendm/cropper.py @@ -149,7 +149,7 @@ class Cropper: boundary_file_path = self.path('boundary.json') - run('pdal info --boundary --filters.hexbin.edge_length=1 --filters.hexbin.threshold=0 "{0}" > "{1}"'.format(decimated_pointcloud_path, boundary_file_path)) + run('pdal info --boundary --filters.hexbin.edge_length=1 --filters.hexbin.threshold=1 "{0}" > "{1}"'.format(decimated_pointcloud_path, boundary_file_path)) pc_geojson_boundary_feature = None