From b6fa3cca269a3377050b5378b27e29cc81474ea7 Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Thu, 25 Feb 2016 13:56:12 -0500 Subject: [PATCH] add pdal_path Former-commit-id: aac739647fda1182b30d5a07b5353a8ebda81c47 --- opendm/context.py | 1 + 1 file changed, 1 insertion(+) diff --git a/opendm/context.py b/opendm/context.py index 60485766..2b08ca29 100644 --- a/opendm/context.py +++ b/opendm/context.py @@ -25,6 +25,7 @@ pmvs2_path = os.path.join(superbuild_path, "install/bin/pmvs2") # define txt2las path txt2las_path = os.path.join(superbuild_path, 'src/las-tools/bin') +pdal_path = os.path.join(superbuild_path, 'src/pdal/bin') # define odm modules path odm_modules_path = os.path.join(root_path, "build/bin")