Skip to content

Commit

Permalink
s2 scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Nov 2, 2023
1 parent 19a0b67 commit 207e1e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cwl-workflow/exec-cloud-native.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Goal

Run the `app-water-body-cloud-native.1.0.0.cwl` Application Package using `cwltool`.
Run the `app-water-body-cloud-native.1.0.0.cwl` released application package using `cwltool`.

### Step 1 - Configure the workspace

Expand Down
2 changes: 1 addition & 1 deletion scripts/exec-app-water-body-cloud-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version="1.0.0"
cwltool \
--podman \
--outdir /workspace/runs \
${WORKSPACE}/cwl-workflow/app-water-body-cloud-native.cwl \
/workspace/runs/app-water-body-cloud-native.${version}.cwl \
--item "https://earth-search.aws.element84.com/v0/collections/sentinel-s2-l2a-cogs/items/S2B_10TFK_20210713_0_L2A" \
--aoi="-121.399,39.834,-120.74,40.472" \
--epsg "EPSG:4326"

0 comments on commit 207e1e9

Please sign in to comment.