stac-rs
Rust implementation of the SpatioTemporal Asset Catalog (STAC) specification.
Examples
Read STAC objects:
let object = read.unwrap;
For more, see the documentation. There is also an architecture diagram.
Executables
As of now, there is no command line interface. There is an example at examples/copy.rs that demonstrates a simple read-write operation. To run it from the command line:
cargo run --examples copy data/catalog.json tmp
Development
See CONTRIBUTING.md for information about contributing to this project. See RELEASING.md for instructions on releasing a new version.
License
stac-rs is dual-licensed under both the MIT license and the Apache license (Version 2.0). See LICENSE-APACHE and LICENSE-MIT for details.