Skip to content
Snippets Groups Projects
Commit d3262c64 authored by Maciej Wielgosz's avatar Maciej Wielgosz
Browse files

implemented low vegatation removal in folders

parent d722ffcc
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ from glob import glob ...@@ -4,7 +4,7 @@ from glob import glob
from tqdm import tqdm from tqdm import tqdm
from joblib import Parallel, delayed from joblib import Parallel, delayed
from nibio_preprocessing.distance_filtering_dem_based import DistanceFilteringDemBased # Import your existing class from nibio_preprocessing.distance_filtering_dem_based import DistanceFilteringDemBased
def process_file(las_file, DISTANCE, OUTPUT_FOLDER, VERBOSE): def process_file(las_file, DISTANCE, OUTPUT_FOLDER, VERBOSE):
if VERBOSE: if VERBOSE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment