Skip to content

Commit

Permalink
cwl cli
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Oct 31, 2023
1 parent bfb803f commit c3d4485
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/cwl-cli/norm-diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ cwl-cli/norm-diff.cwl
--8<--
```

### Steps

Run the CWL document using the `cwltool` CWL runner to execute the `norm_diff` step with:

```bash linenums="1" hl_lines="9-12 49-53"
--8<--
scripts/cwl-cli-norm-diff.sh
Expand Down
5 changes: 5 additions & 0 deletions docs/cwl-cli/otsu.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ cwl-cli/otsu.cwl
--8<--
```

### Steps

Run the CWL document using the `cwltool` CWL runner to execute the `otsu` step with:


```bash linenums="1" hl_lines="9-12 49-53"
--8<--
scripts/cwl-cli-otsu.sh
Expand Down
5 changes: 5 additions & 0 deletions docs/cwl-cli/stac.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ cwl-cli/stac.cwl
--8<--
```

### Steps

Run the CWL document using the `cwltool` CWL runner to execute the `stac` step with:


```bash linenums="1" hl_lines="9-12 49-53"
--8<--
scripts/cwl-cli-stac.sh
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ nav:
- Ostu threshold: cwl-cli/otsu.md
- STAC Catalog: cwl-cli/stac.md
- Create the CWL Workflow(s):
- Scope: cwl-workflow/scope.md
- Cloud native processing with Sentinel-2: cwl-workflow/cloud-native.md
- With staged Landsat-9:
- Understanding the stage-in/out: cwl-workflow/stage-in-out.md
Expand Down

0 comments on commit c3d4485

Please sign in to comment.