Command-line interface (CLI)
The stac-rs command-line interface can be installed two ways.
If you have Rust, use cargo
:
cargo install stac-cli
If you have Python, use pip
:
python -m pip install stacrs-cli
The CLI is called stacrs:
stacrs --help
For examples of using the CLI, check out the slides from @gadomski's 2024 FOSS4G-NA presentation here.