stac
Rust implementation of the SpatioTemporal Asset Catalog (STAC) specification.
Usage
To use the library in your project:
[]
= "0.12"
Examples
use Item;
// Creates an item from scratch.
let item = new;
// Reads an item from the filesystem.
let item: Item = read.unwrap;
Please see the documentation for more usage examples.
Other info
This crate is part of the stac-rs monorepo, see its README for contributing and license information.