Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Latest commit

 

History

History
101 lines (72 loc) · 3.72 KB

README_STAC_MODEL.md

File metadata and controls

101 lines (72 loc) · 3.72 KB

stac-model

Python support PyPI Release Repository Releases Docs

Contributions Welcome

Poetry 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 Poetry:

poetry 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.