From 5a531a2f9ebed8f961e9d47b9e0951a86e93324d Mon Sep 17 00:00:00 2001 From: Fabrice Brito Date: Tue, 24 Oct 2023 08:16:09 +0000 Subject: [PATCH] doc in app-package --- water-bodies/app-package.cwl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/water-bodies/app-package.cwl b/water-bodies/app-package.cwl index 8ac39c8..236442f 100644 --- a/water-bodies/app-package.cwl +++ b/water-bodies/app-package.cwl @@ -93,6 +93,7 @@ $graph: outputs: - id: detected_water_body + label: GeoTIFF with detected water body outputSource: - node_otsu/binary_mask_item type: File @@ -100,6 +101,7 @@ $graph: steps: node_crop: run: "#crop" + label: Crops the acquisition bands over the AOI in: item: item aoi: aoi @@ -111,6 +113,7 @@ $graph: scatterMethod: dotproduct node_normalized_difference: run: "#norm_diff" + label: Generates the normalized difference in: rasters: source: node_crop/cropped @@ -118,6 +121,7 @@ $graph: - ndwi node_otsu: run: "#otsu" + label: "Applies the Ostu automatic threshold" in: raster: source: node_normalized_difference/ndwi