From 0a6669cc3500fd43f38ea31593992c4d149a4fa4 Mon Sep 17 00:00:00 2001 From: Fabrice Brito Date: Tue, 31 Oct 2023 08:53:53 +0100 Subject: [PATCH] crop --- docs/python-env/crop.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/python-env/crop.md b/docs/python-env/crop.md index 0a5c39c..5666518 100644 --- a/docs/python-env/crop.md +++ b/docs/python-env/crop.md @@ -4,7 +4,9 @@ Run the `crop` step in a Python virtual environment. ### Step 1 - Configure the workspace -```bash linenums="1" hl_lines="9-12 49-53" title="terminal" +The results produced will be available in the local folder `/workspace/runs` + +```bash linenums="1" hl_lines="2-4" title="terminal" --8<-- scripts/setup.sh --8<-- @@ -12,7 +14,9 @@ scripts/setup.sh ### Step 2 - Create the Python virtual environment -```bash linenums="1" hl_lines="9-12 49-53" title="terminal" +The required Python modules are installed using pip: + +```bash linenums="1" hl_lines="3" title="terminal" --8<-- scripts/crop_env.sh --8<-- @@ -20,7 +24,7 @@ scripts/crop_env.sh ### Step 3 - Crop the green band -```bash linenums="1" hl_lines="9-12 49-53" title="terminal" +```bash linenums="1" hl_lines="8-11" title="terminal" --8<-- scripts/crop_green.sh --8<-- @@ -28,7 +32,7 @@ scripts/crop_green.sh ### Step 4 - Crop the NIR band -```bash linenums="1" hl_lines="9-12 49-53" title="terminal" +```bash linenums="1" hl_lines="8-11" title="terminal" --8<-- scripts/crop_nir.sh --8<-- @@ -36,7 +40,7 @@ scripts/crop_nir.sh ### Step 5 - Clean-up -```bash linenums="1" hl_lines="9-12 49-53" title="terminal" +```bash linenums="1" title="terminal" --8<-- scripts/crop_deactivate.sh --8<--