From 244b6392efc963578c465742cbca260c7d9a6496 Mon Sep 17 00:00:00 2001 From: chrisd Date: Tue, 11 Sep 2018 16:32:37 +1000 Subject: [PATCH] Update 'README.md' CDD update --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8b9ce9c..73f58a5 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ python las_manipulation.py param-files/*avoca.yaml # Process all beaches for specific survey date python las_manipulation.py param-files/survey-1*.yaml + +# Process all beaches for multiple survey dates +python las_manipulation.py param-files/survey-1*.yaml param-files/survey-2*.yaml ``` ### 3. Check swash clipping mask @@ -45,7 +48,11 @@ The swash clipping mask should be checked visually to ensure it is correct. Example usage: ``` +# Process single survey at specific beach python las_outputs.py param-files/survey-1-avoca.yaml + +# Process all beaches for multiple survey dates +python las_outputs.py param-files/survey-1*.yaml param-files/survey-2*.yaml ``` ### 5. Generate erosion heatmaps