Update field names

etta-drone
Dan Howe 6 years ago
parent 4b37909d46
commit 7585b7c82e

@ -363,7 +363,7 @@ 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'])
input_las = row['INPUT LAS'] input_las = row['INPUT LAS']
initial_crop_poly = row['INITIAL CROP POLY'] initial_crop_poly = row['INITIAL CROP POLY']
lasground_step = row['LASGROUND STEP'] lasground_step = row['LASGROUND STEP']

@ -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']

Loading…
Cancel
Save