Skip to content

Latest commit

 

History

History
96 lines (68 loc) · 3.4 KB

README_STAC_MODEL.md

File metadata and controls

96 lines (68 loc) · 3.4 KB

stac-model

Python support PyPI Release Repository Releases

Contributions Welcome

uv Pre-commit Semantic versions Pipelines

A PydanticV2 and PySTAC validation and serialization library for the STAC ML Model Extension

⚠️
FIXME: update description with ML framework connectors (pytorch, scikit-learn, etc.)

Installation

pip install -U stac-model

or install with uv:

uv add stac-model

Then you can run

stac-model --help

Creating example metadata JSON for a STAC Item

stac-model

This will make this example item for an example model.

📈 Releases

You can see the list of available releases on the GitHub Releases page.

📄 License

License

This project is licenced under the terms of the Apache Software License 2.0 licence. See LICENSE for more details.

💗 Credits

Python project templated from galactipy.