Skip to content

Commit af24325

Browse files
committed
refine examples and docs for new properties with data variables
1 parent 2340d0c commit af24325

File tree

5 files changed

+211
-83
lines changed

5 files changed

+211
-83
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- Add `variables` properties to [Model Input Object](README.md#model-input-object)
13+
to allow specifying the relevant data variables used by the model,
14+
with cross-references to the [datacube](https://github.com/stac-extensions/datacube) extension
15+
(relates to [#90](https://github.com/stac-extensions/mlm/issues/90)).
16+
- Add `bands` and `variables` properties to [Model Output Object](README.md#model-output-object)
17+
to allow specifying the relevant bands or variables produced by the model if any applies.
18+
- Add `downscaling` to [Tasks](./README.md#task-enum) as common operation for climate variable models.
1219
- Add [ML-Model Legacy](./docs/legacy/ml-model.md) document providing migration guidance
1320
from the deprecated [ML-Model](https://github.com/stac-extensions/ml-model) extension
1421
(relates to [stac-extensions/ml-model#16](https://github.com/stac-extensions/ml-model/pull/16)).
@@ -25,6 +32,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2532

2633
### Changed
2734

35+
- Refactor the JSON schema `mlm:output` property to employ a `ModelOutput` object definition
36+
rather than directly provided properties nested under the array.
37+
- Refactor the JSON schema to allow the omission of `bands` under `mlm:input` if the `variables` property is provided.
2838
- Update `stac-model==0.3.0` to provide `ValueScalingObject` from installed package.
2939

3040
### Deprecated

0 commit comments

Comments
 (0)