generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
collection.json
46 lines (46 loc) · 1017 Bytes
/
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
{
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/timestamps/v1.1.0/schema.json"
],
"id": "landsat-8",
"type": "Collection",
"title": "Example L8",
"description": "An example collection...",
"created": "2009-05-20T02:40:01.042784Z",
"updated": "2022-11-03T23:59:55.112875Z",
"published": "2009-05-20T02:40:01.042784Z",
"links": [
{
"rel": "item",
"href": "item.json",
"title": "Example Item",
"datetime": "2018-10-01T01:08:32Z",
"created": "2018-10-02T00:00:03Z",
"updated": "2020-05-20T12:13:02Z",
"published": "2018-10-03T06:45:55Z",
"expires": "2025-01-01T00:00:00Z"
}
],
"extent": {
"spatial": {
"bbox": [
[
-180,
-56,
180,
83
]
]
},
"temporal": {
"interval": [
[
"2009-05-20T02:40:01.042784Z",
"2022-11-03T23:59:55.112875Z"
]
]
}
},
"license": "PDDL-1.0"
}