Update docstring

etta-drone
Dan Howe 6 years ago
parent f9d975a02e
commit 8c4dfa3c66

@ -403,6 +403,9 @@ def main():
# Process single survey at specific beach
python las_manipulation.py survey-1-avoca.yaml
# Process single survey at multiple beaches
python las_manipulation.py survey-1-avoca.yaml survey-1-pearl.yaml
# Process all surveys at specific beach
python las_manipulation.py *avoca.yaml

@ -256,6 +256,9 @@ def main():
# Process single survey at specific beach
python las_outputs.py survey-1-avoca.yaml
# Process single survey at multiple beaches
python las_outputs.py survey-1-avoca.yaml survey-1-pearl.yaml
# Process all surveys at specific beach
python las_outputs.py *avoca.yaml

Loading…
Cancel
Save