|
|
@ -186,8 +186,8 @@ def main():
|
|
|
|
params_file=pd.read_excel(input_file, sheet_name="PARAMS")
|
|
|
|
params_file=pd.read_excel(input_file, sheet_name="PARAMS")
|
|
|
|
|
|
|
|
|
|
|
|
for i, row in params_file.iterrows():
|
|
|
|
for i, row in params_file.iterrows():
|
|
|
|
print("Starting to process %s" % row['Beach'])
|
|
|
|
print("Starting to process %s" % row['BEACH'])
|
|
|
|
beach=row['Beach']
|
|
|
|
beach=row['BEACH']
|
|
|
|
survey_date = str(row['SURVEY DATE'])
|
|
|
|
survey_date = str(row['SURVEY DATE'])
|
|
|
|
original_las = row['INPUT LAS']
|
|
|
|
original_las = row['INPUT LAS']
|
|
|
|
classified_las_dir = row['LAS CLASSIFIED FOLDER']
|
|
|
|
classified_las_dir = row['LAS CLASSIFIED FOLDER']
|
|
|
|