Skip to content

Commit

Permalink
remove leftover dtm file on las clip
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Burnette committed Apr 15, 2019
1 parent 2ff8a33 commit ff45548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terrautils/spatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def clip_las(las_path, tuples, out_path, merged_path=None):

cmd = 'pdal pipeline "%s"' % pdal_dtm
subprocess.call([cmd], shell=True)
os.remove(pdal_dtm)

if merged_path:
if os.path.isfile(merged_path):
Expand Down

0 comments on commit ff45548

Please sign in to comment.