Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 702 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 702 Bytes

rustac-validate

Tools for validation SpatioTemporal Asset Catalog (STAC) objects in Rust using jsonschema.

Tests

The integration tests validate examples from the core STAC Spec and the Scientific Extension. The latest releases of each of these repos are included as sub-modules within the tests directory. Be sure to run the following before attempting to run tests:

git submodule init
git submodule update