#geospatial #stac #raster #metadata #geo

stac-validate

Validate STAC objects with jsonschema

2 releases

0.1.1 Oct 9, 2023
0.1.0 Jun 27, 2023

#948 in Science

Download history 9/week @ 2024-02-19 26/week @ 2024-02-26 16/week @ 2024-03-04 19/week @ 2024-03-11 6/week @ 2024-03-18 18/week @ 2024-03-25 47/week @ 2024-04-01 16/week @ 2024-04-08 7/week @ 2024-04-15

88 downloads per month
Used in stac-cli

MIT/Apache

1.5MB
3K SLoC

stac-validate

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

Validate STAC with jsonschema.

Usage

To use the library in your project:

[dependencies]
stac = "0.5"
stac-validate = "0.1"

Examples

use stac_validate::Validate;
let item: stac::Item = stac::read("data/simple-item.json").unwrap();
item.validate().unwrap();

Please see the documentation for more usage examples.

Dependencies

~13–28MB
~441K SLoC