generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
collection.json
65 lines (65 loc) · 1.19 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
{
"stac_version": "1.0.0",
"type": "Collection",
"id": "collection",
"description": "A collection that advertises stats for its items.",
"license": "CC-BY-4.0",
"extent": {
"spatial": {
"bbox": [
[
0,
0,
0,
0
]
]
},
"temporal": {
"interval": [
[
"2022-03-22T00:00:00Z",
"2022-03-23T00:00:00Z"
]
]
}
},
"links": [
{
"rel": "self",
"href": "./collection.json"
},
{
"rel": "item",
"href": "./collection-items/item-1.json"
},
{
"rel": "item",
"href": "./collection-items/item-2.json"
},
{
"rel": "item",
"href": "./collection-items/item-3.json"
},
{
"rel": "root",
"href": "./catalog.json"
}
],
"stats:items": {
"count": 3,
"versions": {
"1.0.0": 3
},
"extensions": {
"https://stac-extensions.github.io/eo/v1.0.0/schema.json": 1
},
"assets": {
"image/jpeg": 3,
"image/tiff; application=geotiff; profile=cloud-optimized": 3
}
},
"stac_extensions": [
"https://stac-extensions.github.io/stats/v0.2.0/schema.json"
]
}