stac-utils / stac-task

Provides a class interface for running custom algorithms on STAC ItemCollections
Apache License 2.0
21 stars 5 forks source link

stdin/stdout handling for CLI #106

Closed drnextgis closed 7 months ago

drnextgis commented 7 months ago

To enable pipelines from the CLI:

stac-client $params | python3 task.py run | python3 task2.py run