You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,13 +30,7 @@ Let's break down the key components of this CWL document:
32
30
*`baseCommand`: Defines the base command to be executed in the container. In this case, it's running a Python module called "app" with the command `python -m app`.
33
31
*`arguments`: This section is empty, meaning there are no additional command-line arguments specified here. The tool is expected to receive its arguments via the input parameters.
34
32
*`inputs`: Describes the input parameters for the tool, including their types and how they are bound to command-line arguments. The tool expects the following inputs:
35
-
36
-
TODO
37
-
38
-
* `item`: A string representing the input STAC item (image) to be processed, bound to the `--input-item` argument.
39
-
* `aoi`: A string representing the area of interest (AOI) as a bounding box, bound to the `--aoi` argument.
40
-
* `epsg`: A string representing the EPSG code for the coordinate system, bound to the `--epsg` argument.
41
-
* `band`: An array of strings representing the name of the bands to be extracted, bound to the `--band` argument.
33
+
*`--input-item`: the path to the folder where a Sentinel-2 Level-1C has been staged and converted to COG.
42
34
*`outputs`: Specifies the tool's output. It defines an output parameter named `stac_catalog`, which is of type `Directory`. The outputBinding section specifies that the tool is expected to produce one or more files (glob: .) as output.
43
35
44
36
### Steps
@@ -59,6 +51,29 @@ The folder `/workspace/inference-eoap/runs` contains:
59
51
```
60
52
(base) jovyan@jupyter-fbrito--training:~/inference-eoap$ tree runs
0 commit comments