30 releases (12 breaking)

0.12.0 Jan 31, 2025
0.11.0 Nov 12, 2024
0.7.2 Jul 24, 2024
0.5.2 Oct 18, 2023
0.0.4 Mar 9, 2022

#474 in Data structures

Download history 147/week @ 2024-12-24 264/week @ 2024-12-31 157/week @ 2025-01-07 91/week @ 2025-01-14 105/week @ 2025-01-21 252/week @ 2025-01-28 171/week @ 2025-02-04 109/week @ 2025-02-11 254/week @ 2025-02-18 142/week @ 2025-02-25 105/week @ 2025-03-04 122/week @ 2025-03-11 108/week @ 2025-03-18 61/week @ 2025-03-25 61/week @ 2025-04-01 65/week @ 2025-04-08

332 downloads per month
Used in 9 crates

MIT/Apache

1.5MB
5K SLoC

stac

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

Rust implementation of the SpatioTemporal Asset Catalog (STAC) specification.

Usage

To use the library in your project:

[dependencies]
stac = "0.12"

Examples

use stac::Item;

// Creates an item from scratch.
let item = Item::new("an-id");

// Reads an item from the filesystem.
let item: Item = stac::read("examples/simple-item.json").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.

Dependencies

~5–26MB
~395K SLoC