forked from stac-extensions/processing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
collection.json
108 lines (108 loc) · 2.38 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/processing/v1.1.0/schema.json"
],
"type": "Collection",
"id": "Sentinel2-L2A",
"title": "Sentinel-2 MSI: MultiSpectral Instrument, Level-2A",
"description": "Sentinel-2 is a wide-swath, high-resolution, multi-spectral imaging mission.",
"license": "proprietary",
"providers": [
{
"name": "European Union/ESA/Copernicus",
"roles": [
"producer",
"licensor"
],
"url": "https://sentinel.esa.int/web/sentinel/user-guides/sentinel-2-msi",
"processing:lineage": "Generation of Level-1C User Product",
"processing:level": "L1C",
"processing:facility": "Copernicus S2 Processing and Archiving Facility",
"processing:software": {
"IPF-S2L1C": "02.06"
}
},
{
"name": "Processing Corp.",
"roles": [
"processor"
],
"processing:lineage": "Generation of Level-2A User Product",
"processing:level": "L2A",
"processing:software": {
"Sentinel-2 Toolbox": "8.0.0"
}
},
{
"name": "Storage Provider, Inc.",
"roles": [
"host"
]
}
],
"extent": {
"spatial": {
"bbox": [
[
-180,
-56,
180,
83
]
]
},
"temporal": {
"interval": [
[
"2015-06-23T00:00:00Z",
null
]
]
}
},
"summaries": {
"datetime": {
"minimum": "2015-06-23T00:00:00Z",
"maximum": "2019-07-10T13:44:56Z"
},
"platform": [
"sentinel-2a",
"sentinel-2b"
],
"constellation": [
"sentinel-2"
],
"instruments": [
"msi"
],
"gsd": [
10,
30,
60
],
"processing:level": [
"L1C",
"L2A"
]
},
"links": [
{
"rel": "self",
"href": "https://processing-corp.com/catalog/COPERNICUS_S2.json"
},
{
"rel": "parent",
"href": "https://processing-corp.com/catalog/catalog.json"
},
{
"rel": "root",
"href": "https://processing-corp.com/catalog/catalog.json"
},
{
"rel": "license",
"href": "https://scihub.copernicus.eu/twiki/pub/SciHubWebPortal/TermsConditions/Sentinel_Data_Terms_and_Conditions.pdf",
"title": "Legal notice on the use of Copernicus Sentinel Data and Service Information"
}
]
}