diff --git a/las_manipulation.py b/las_manipulation.py index bd37188..905b07d 100644 --- a/las_manipulation.py +++ b/las_manipulation.py @@ -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 diff --git a/las_outputs.py b/las_outputs.py index 21e888b..88b6a01 100644 --- a/las_outputs.py +++ b/las_outputs.py @@ -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