Skip to content

Commit

Permalink
doc in app-package
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Oct 24, 2023
1 parent 60dd34b commit 5a531a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions water-bodies/app-package.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,15 @@ $graph:

outputs:
- id: detected_water_body
label: GeoTIFF with detected water body
outputSource:
- node_otsu/binary_mask_item
type: File

steps:
node_crop:
run: "#crop"
label: Crops the acquisition bands over the AOI
in:
item: item
aoi: aoi
Expand All @@ -111,13 +113,15 @@ $graph:
scatterMethod: dotproduct
node_normalized_difference:
run: "#norm_diff"
label: Generates the normalized difference
in:
rasters:
source: node_crop/cropped
out:
- ndwi
node_otsu:
run: "#otsu"
label: "Applies the Ostu automatic threshold"
in:
raster:
source: node_normalized_difference/ndwi
Expand Down

0 comments on commit 5a531a2

Please sign in to comment.