Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecated in favor of MLM extension #16

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# ML Model Extension Specification

> [!WARNING]
> This repository is deprecated in favor of
> [https://github.com/stac-extensions/mlm](https://github.com/stac-extensions/mlm). <br>
> The corresponding schemas are made available on
> [https://stac-extensions.github.io/mlm/](https://stac-extensions.github.io/mlm/).
>
> It is **STRONGLY** recommended to migrate `ml-model` definitions to the `mlm` extension.
> The `mlm` extension improves the model metadata definition and properties with added support for use cases not directly supported by `ml-model`.
> It also provides increased interroperability with other STAC extensions, adds best-practices recommendations, provides tooling for creating
> STAC attributes, and works toward alignement efforts from both geospatial and machine learning communities.

- **Title:** ML Model
- **Identifier:** <https://stac-extensions.github.io/ml-model/v1.0.0/schema.json>
- **Field Name Prefix:** ml-model
- **Scope:** Item, Collection
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Proposal
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Deprecated
- **Owner**: @duckontheweb

This document explains the ML Model Extension to the [SpatioTemporal Asset
Expand Down
Loading