Python scripts for cleaning, classifying, and extracting survey profiles from las point clouds.
### 1. Enter input parameters
Input parameters are entered into excel spreadsheets, e.g. `param-files/survey-1.xlsx`. The python scripts take their input in yaml format. The spreadsheets can be converted to yaml by running:
```
python excel_to_yaml.py
```
### 2. Manipulate las data
`las_manipulation.py` does the following to the input las file:
- clip to beach extent
- classify ground points (so vegetation and buildings can be removed later)
- draw a polygon to remove swash zone interference