-
Notifications
You must be signed in to change notification settings - Fork 181
/
Copy pathsentinel2.json
147 lines (146 loc) · 4.84 KB
/
sentinel2.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"stac_version": "1.0.0-beta.1",
"stac_extensions": [],
"id": "COPERNICUS/S2",
"title": "Sentinel-2 MSI: MultiSpectral Instrument, Level-1C",
"description": "Sentinel-2 is a wide-swath, high-resolution, multi-spectral\nimaging mission supporting Copernicus Land Monitoring studies,\nincluding the monitoring of vegetation, soil and water cover,\nas well as observation of inland waterways and coastal areas.\n\nThe Sentinel-2 data contain 13 UINT16 spectral bands representing\nTOA reflectance scaled by 10000. See the [Sentinel-2 User Handbook](https://sentinel.esa.int/documents/247904/685211/Sentinel-2_User_Handbook)\nfor details. In addition, three QA bands are present where one\n(QA60) is a bitmask band with cloud mask information. For more\ndetails, [see the full explanation of how cloud masks are computed.](https://sentinel.esa.int/web/sentinel/technical-guides/sentinel-2-msi/level-1c/cloud-masks)\n\nEach Sentinel-2 product (zip archive) may contain multiple\ngranules. Each granule becomes a separate Earth Engine asset.\nEE asset ids for Sentinel-2 assets have the following format:\nCOPERNICUS/S2/20151128T002653_20151128T102149_T56MNN. Here the\nfirst numeric part represents the sensing date and time, the\nsecond numeric part represents the product generation date and\ntime, and the final 6-character string is a unique granule identifier\nindicating its UTM grid reference (see [MGRS](https://en.wikipedia.org/wiki/Military_Grid_Reference_System)).\n\nFor more details on Sentinel-2 radiometric resoltuon, [see this page](https://earth.esa.int/web/sentinel/user-guides/sentinel-2-msi/resolutions/radiometric).\n",
"license": "proprietary",
"keywords": [
"copernicus",
"esa",
"eu",
"msi",
"radiance",
"sentinel"
],
"providers": [
{
"name": "European Union/ESA/Copernicus",
"roles": [
"producer",
"licensor"
],
"url": "https://sentinel.esa.int/web/sentinel/user-guides/sentinel-2-msi"
}
],
"extent": {
"spatial": {
"bbox": [
[
-180,
-56,
180,
83
]
]
},
"temporal": {
"interval": [
[
"2015-06-23T00:00:00Z",
null
]
]
}
},
"summaries": {
"datetime": {
"min": "2015-06-23T00:00:00Z",
"max": "2019-07-10T13:44:56Z"
},
"platform": ["sentinel-2a","sentinel-2b"],
"constellation": ["sentinel-2"],
"instruments": ["msi"],
"view:off_nadir": {
"min": 0.0,
"max": 100
},
"view:sun_elevation": {
"min": 6.78,
"max": 89.9
},
"sci:citation": ["Copernicus Sentinel data [Year]"],
"gsd": [10,30,60],
"proj:epsg": [32601,32602,32603,32604,32605,32606,32607,32608,32609,32610,32611,32612,32613,32614,32615,32616,32617,32618,32619,32620,32621,32622,32623,32624,32625,32626,32627,32628,32629,32630,32631,32632,32633,32634,32635,32636,32637,32638,32639,32640,32641,32642,32643,32644,32645,32646,32647,32648,32649,32650,32651,32652,32653,32654,32655,32656,32657,32658,32659,32660],
"eo:bands": [
{
"name": "B1",
"common_name": "coastal",
"center_wavelength": 4.439
},
{
"name": "B2",
"common_name": "blue",
"center_wavelength": 4.966
},
{
"name": "B3",
"common_name": "green",
"center_wavelength": 5.6
},
{
"name": "B4",
"common_name": "red",
"center_wavelength": 6.645
},
{
"name": "B5",
"center_wavelength": 7.039
},
{
"name": "B6",
"center_wavelength": 7.402
},
{
"name": "B7",
"center_wavelength": 7.825
},
{
"name": "B8",
"common_name": "nir",
"center_wavelength": 8.351
},
{
"name": "B8A",
"center_wavelength": 8.648
},
{
"name": "B9",
"center_wavelength": 9.45
},
{
"name": "B10",
"center_wavelength": 1.3735
},
{
"name": "B11",
"common_name": "swir16",
"center_wavelength": 1.6137
},
{
"name": "B12",
"common_name": "swir22",
"center_wavelength": 2.2024
}
]
},
"links": [
{
"rel": "self",
"href": "https://storage.cloud.google.com/earthengine-test/catalog/COPERNICUS_S2.json"
},
{
"rel": "parent",
"href": "https://storage.cloud.google.com/earthengine-test/catalog/catalog.json"
},
{
"rel": "root",
"href": "https://storage.cloud.google.com/earthengine-test/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"
}
]
}