STAC Catalog
Goal
Run the stac
step in the container image tagged localhost/stac:latest
.
Run the container
The command to run the stac
step in the container is:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
|
Step
Run the command to run the stac
step with:
sh -x ${WORKSPACE}/scripts/podman-stac.sh
Expected outcome
The folder /workspace/runs
contains:
(base) jovyan@coder-mrossi:~/runs$ tree .
.
├── S2B_10TFK_20210713_0_L2A
│ ├── S2B_10TFK_20210713_0_L2A.json
│ └── otsu.tif
├── catalog.json
├── crop_green.tif
├── crop_nir.tif
├── norm_diff.tif
└── otsu.tif
1 directory, 7 files