diff --git a/las_manipulation.py b/las_manipulation.py index 1a43355..c9e7a2d 100644 --- a/las_manipulation.py +++ b/las_manipulation.py @@ -363,7 +363,7 @@ def main(): params_file=pd.read_excel(input_file, sheet_name="PARAMS") for i, row in params_file.iterrows(): - print("Starting to process %s" % row['Beach']) + print("Starting to process %s" % row['BEACH']) input_las = row['INPUT LAS'] initial_crop_poly = row['INITIAL CROP POLY'] lasground_step = row['LASGROUND STEP'] diff --git a/las_outputs.py b/las_outputs.py index a778533..61dac57 100644 --- a/las_outputs.py +++ b/las_outputs.py @@ -186,8 +186,8 @@ def main(): params_file=pd.read_excel(input_file, sheet_name="PARAMS") for i, row in params_file.iterrows(): - print("Starting to process %s" % row['Beach']) - beach=row['Beach'] + print("Starting to process %s" % row['BEACH']) + beach=row['BEACH'] survey_date = str(row['SURVEY DATE']) original_las = row['INPUT LAS'] classified_las_dir = row['LAS CLASSIFIED FOLDER']