From 48758b969a383356b9edbc266c1d646d2dccf944 Mon Sep 17 00:00:00 2001 From: Fabrice Brito Date: Tue, 31 Oct 2023 09:06:23 +0100 Subject: [PATCH] crop --- docs/python-env/crop.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/python-env/crop.md b/docs/python-env/crop.md index b30b928..0408246 100644 --- a/docs/python-env/crop.md +++ b/docs/python-env/crop.md @@ -12,6 +12,10 @@ scripts/setup.sh --8<-- ``` +``` +sh ${WORKSPACE}/scripts/setup.sh +``` + ### Step 2 - Create the Python virtual environment The required Python modules are installed using `pip`: @@ -22,6 +26,10 @@ scripts/crop_env.sh --8<-- ``` +``` +sh ${WORKSPACE}/scripts/crop_env.sh +``` + ### Step 3 - Crop the green band The command line tool is invoked to crop the green band: @@ -32,6 +40,10 @@ scripts/crop_green.sh --8<-- ``` +``` +sh ${WORKSPACE}/scripts/crop_green.sh +``` + ### Step 4 - Crop the NIR band The command line tool is invoked to crop the NIR band: @@ -42,6 +54,10 @@ scripts/crop_nir.sh --8<-- ``` +``` +sh ${WORKSPACE}/scripts/crop_nir.sh +``` + ### Step 5 - Clean-up The Python virtual environment is no longer needed. @@ -52,5 +68,9 @@ scripts/crop_deactivate.sh --8<-- ``` +``` +sh ${WORKSPACE}/scripts/crop_deactivate.sh +``` + ### Expected outcome