forked from crim-ca/dlm-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
collection.json
80 lines (80 loc) · 1.53 KB
/
collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"stac_version": "1.0.0-rc.1",
"stac_extensions": [
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"type": "Collection",
"id": "ml-model-examples",
"title": "Machine Learning Model examples",
"description": "Collection of items contained in the Machine Learning Model examples.",
"license": "Apache-2.0",
"extent": {
"spatial": {
"bbox": [
[
-7.882190080512502,
37.13739173208318,
27.911651652899923,
58.21798141355221
]
]
},
"temporal": {
"interval": [
[
"1900-01-01T00:00:00Z",
"9999-12-31T23:59:59Z"
]
]
}
},
"item_assets": {
"weights": {
"title": "model weights",
"roles": [
"mlm:model",
"mlm:weights"
]
}
},
"summaries": {
"datetime": {
"minimum": "1900-01-01T00:00:00Z",
"maximum": "9999-12-31T23:59:59Z"
}
},
"links": [
{
"href": "collection.json",
"rel": "self"
},
{
"href": "item_basic.json",
"rel": "item"
},
{
"href": "item_bands_expression.json",
"rel": "item"
},
{
"href": "item_eo_bands.json",
"rel": "item"
},
{
"href": "item_eo_and_raster_bands.json",
"rel": "item"
},
{
"href": "item_eo_bands_summarized.json",
"rel": "item"
},
{
"href": "item_raster_bands.json",
"rel": "item"
},
{
"href": "item_multi_io.json",
"rel": "item"
}
]
}