Sentinel-2
Goal
Run the app-water-body-cloud-native.1.0.0.cwl
released application package using cwltool
.
Step 1 - Configure the workspace
The results produced will be available in the local folder /workspace/runs
terminal | |
---|---|
1 2 3 4 |
|
source /workspace/app-package-training-bids23/scripts/setup.sh
Step 2 - Download the released Application package
scripts/download-app-water-body-cloud-native.sh | |
---|---|
1 2 3 4 5 |
|
sh ${WORKSPACE}/scripts/download-app-water-body-cloud-native.sh
Step 3 - Execute the Application Package
scripts/exec-app-water-body-cloud-native.sh | |
---|---|
1 2 3 4 5 6 7 8 9 |
|
sh ${WORKSPACE}/scripts/exec-app-water-body-cloud-native.sh
Expected outcome
The folder /workspace/runs
contains:
(base) jovyan@coder-fbrito:~/runs$ tree .
/workspace/runs/
├── app-water-body-cloud-native.1.0.0.cwl
└── cmtriamc
├── S2B_10TFK_20210713_0_L2A
│ ├── S2B_10TFK_20210713_0_L2A.json
│ └── otsu.tif
└── catalog.json
2 directories, 4 files