From 8c4dfa3c66f4cb482333b273720bc8ed7bd26611 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Tue, 24 Jul 2018 14:39:03 +1000 Subject: [PATCH] Update docstring --- las_manipulation.py | 3 +++ las_outputs.py | 3 +++ 2 files changed, 6 insertions(+) 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