Skip to content

Commit

Permalink
all files drape
Browse files Browse the repository at this point in the history
  • Loading branch information
bw4sz committed Nov 1, 2023
1 parent 4b2d0bd commit 8ee0fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drape_CHM.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def drape(shp, config, CHM_pool):
return dst

futures = []
for f in files:
for f in all_files:
future = client.submit(drape, f, CHM_pool=CHM_pool, config=config)
futures.append(future)

Expand Down

0 comments on commit 8ee0fa1

Please sign in to comment.