11
22
3- - title : Item Basic
3+ - title : Collection of items contained in the Machine Learning Model examples.
44
55 snippets :
66 - language : json
77 # if a local copy made preserve the source in this comment..
8- ref : https://github.com/stac-extensions/mlm/raw/refs/heads/main/examples/item_basic .json
8+ ref : https://github.com/stac-extensions/mlm/raw/refs/heads/main/examples/collection .json
99 base-uri : https://example.com/stac/mlm/example-1/
1010
11- - title : Item Raster Bands
11+ - title : Demonstrate the basic use of MLM with no other extension cross-references.
1212
1313 snippets :
1414 - language : json
1515 # if a local copy made preserve the source in this comment..
1616 ref : https://github.com/stac-extensions/mlm/raw/refs/heads/main/examples/item_basic.json
17- base-uri : https://example.com/stac/mlm/example-1/
17+ base-uri : https://example.com/stac/mlm/example-2/
18+
19+ - title : Demonstrate the use of MLM and EO for bands description, with EO bands directly in the Model Asset.
20+
21+ snippets :
22+ - language : json
23+ # if a local copy made preserve the source in this comment..
24+ ref : https://github.com/stac-extensions/mlm/raw/refs/heads/main/examples/item_bands_expression.json
25+ base-uri : https://example.com/stac/mlm/example-3/
26+
27+ - title : Demonstrate the use of MLM and DataCube variables description to characterize its inputs and outputs.
28+
29+ snippets :
30+ - language : json
31+ # if a local copy made preserve the source in this comment..
32+ ref : https://github.com/stac-extensions/mlm/raw/refs/heads/main/examples/item_datacube_variables.json
33+ base-uri : https://example.com/stac/mlm/example-4/
34+
35+ - title : Demonstrate the use of MLM with both EO and Raster extensions using complementary bands details to describe the Model Asset by band name reference.
36+
37+ snippets :
38+ - language : json
39+ # if a local copy made preserve the source in this comment..
40+ ref : https://github.com/stac-extensions/mlm/raw/refs/heads/main/examples/item_eo_and_raster_bands.json
41+ base-uri : https://example.com/stac/mlm/example-5/
42+
43+ - title : Demonstrate the use of MLM and EO for bands description, with EO bands directly in the Model Asset.
44+
45+ snippets :
46+ - language : json
47+ # if a local copy made preserve the source in this comment..
48+ ref : https://github.com/stac-extensions/mlm/raw/refs/heads/main/examples/item_eo_bands.json
49+ base-uri : https://example.com/stac/mlm/example-6/
50+
51+ - title : Demonstrate the use of MLM and EO for bands description, with EO bands summarized in the Item properties and referenced by name in the Model Asset.
52+
53+ snippets :
54+ - language : json
55+ # if a local copy made preserve the source in this comment..
56+ ref : https://github.com/stac-extensions/mlm/raw/refs/heads/main/examples/item_eo_bands_summarized.json
57+ base-uri : https://example.com/stac/mlm/example-7/
58+
59+ - title : Demonstrate the use of MLM with a mixture of inputs, some using EO bands, others without, and some with derived properties.
60+
61+ snippets :
62+ - language : json
63+ # if a local copy made preserve the source in this comment..
64+ ref : https://github.com/stac-extensions/mlm/raw/refs/heads/main/examples/item_multi_io.json
65+ base-uri : https://example.com/stac/mlm/example-8/
66+
67+ - title : STAC item auto-generated using unet_mlm() in https://raw.githubusercontent.com/stac-extensions/mlm/refs/heads/main/stac_model/examples.py
68+
69+ snippets :
70+ - language : json
71+ # if a local copy made preserve the source in this comment..
72+ ref : https://github.com/stac-extensions/mlm/raw/refs/heads/main/examples/item_pytorch_geo_unet.json
73+ base-uri : https://example.com/stac/mlm/example-9/
74+
75+ - title : Demonstrate the use of MLM and Raster for bands description, with Raster bands directly in the Model Asset.
76+
77+ snippets :
78+ - language : json
79+ # if a local copy made preserve the source in this comment..
80+ ref : https://github.com/stac-extensions/mlm/raw/refs/heads/main/examples/item_raster_bands.json
81+ base-uri : https://example.com/stac/mlm/example-10/
0 commit comments