stac-cli

Crates.iostac-cli
lib.rsstac-cli
version0.1.0
sourcesrc
created_at2022-05-20 20:33:45.210322
updated_at2024-04-29 20:53:40.782068
descriptionCommand line interface for stac-rs
homepage
repositoryhttps://github.com/gadomski/stac-incubator-rs
max_upload_size
id590455
size399,644
Pete Gadomski (gadomski)

documentation

https://docs.rs/stac-cli

README

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.

Commit count: 32

cargo fmt