stac-cli 0.1.0

Command line interface for stac-rs
Documentation

stac-cli

GitHub Workflow Status docs.rs Crates.io Crates.io Contributor Covenant

Command Line Interface (CLI) for STAC built with stac-rs.

stac-cli gif

Installation

Install rust, e.g. with rustup. Then:

cargo install stac-cli

Homebrew

If you use homebrew, you can use gadomski's tap to install:

brew install gadomski/gadomski/stac

Usage

stac-cli provides the following subcommands:

  • stac item: create STAC items and combine them into item collections
  • stac search: search STAC APIs
  • stac serve: serve a STAC API
  • stac sort: sort the fields of STAC items, catalogs, and collections
  • stac validate: validate STAC items, catalogs, and collections using json-schema

Use the --help flag to see all available options for the CLI and the subcommands:

Features

By default, the CLI builds w/ GDAL support, and will error if GDAL is not installed on your system. If you don't want to use GDAL, you can disable the default features:

cargo install stac-cli --no-default-features

Other info

This crate is part of the stac-rs monorepo, see its README for contributing and license information.