-
Notifications
You must be signed in to change notification settings - Fork 8
/
charter-mux.json
167 lines (167 loc) · 5.02 KB
/
charter-mux.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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"id": 49,
"name": "charter-mux",
"title": "CHARTER - MUX",
"description": "This collection contains images from the CBERS-4/MUX over Brazil. The data is processed by the Disasters Charter and provided as Cloud Optimized GeoTIFF (COG). This products has four spectral bands: Blue, Green, Red and NIR.",
"temporal_composition_schema": null,
"composition_function": null,
"grid_ref_sys": "CBERS4_MUX_GRID",
"collection_type": "collection",
"metadata": {
"providers": [
{
"name": "National Institute for Space Research (INPE)",
"roles": [
"producer",
"licensor",
"host",
"processor"
],
"url": "https://data.inpe.br",
"processing:lineage": "Download multiple files from CBERS/AMAZONIA temporary folders, crop within AOI's bounds, and stacks all bands in Cloud Optimized GeoTIFF",
"processing:level": "L4",
"processing:facility": "Disasters Charter",
"processing:software": {
"charter_download_and_crop": "1.0"
}
}
],
"license": {
"type": "Creative-Commons-Attribution-4.0-International",
"uri": "https://creativecommons.org/licenses/by/4.0/"
}
},
"keywords": [
"cbers",
"cbers-4",
"mux",
"visible imagery",
"cloud optimized geotiff",
"cog",
"earth observation",
"brazil"
],
"is_public": true,
"is_available": true,
"category": "eo",
"quicklook": [
"BAND7",
"BAND6",
"BAND5"
],
"version": 1,
"version_predecessor": null,
"version_successor": null,
"bands": [
{
"name": "BAND5",
"common_name": "blue",
"description": "BAND5 blue band from 0.45 to 0.52 micrometers",
"min_value": 0,
"max_value": 255,
"nodata": 0,
"scale": 1,
"data_type": "int16",
"mime_type": "image/tiff; application=geotiff; profile=cloud-optimized",
"resolution_x": 20.0,
"resolution_y": 20.0,
"resolution_unit": "Meter",
"center_wavelength": 0.485,
"full_width_half_max": 0.07
},
{
"name": "BAND6",
"common_name": "green",
"description": "BAND6 green band from 0.52 to 0.59 micrometers",
"min_value": 0,
"max_value": 255,
"nodata": 0,
"scale": 1,
"data_type": "int16",
"mime_type": "image/tiff; application=geotiff; profile=cloud-optimized",
"resolution_x": 20.0,
"resolution_y": 20.0,
"resolution_unit": "Meter",
"center_wavelength": 0.555,
"full_width_half_max": 0.07
},
{
"name": "BAND7",
"common_name": "red",
"description": "BAND7 red band from 0.63 to 0.69 micrometers",
"min_value": 0,
"max_value": 255,
"nodata": 0,
"scale": 1,
"data_type": "int16",
"mime_type": "image/tiff; application=geotiff; profile=cloud-optimized",
"resolution_x": 20.0,
"resolution_y": 20.0,
"resolution_unit": "Meter",
"center_wavelength": 0.66,
"full_width_half_max": 0.06
},
{
"name": "BAND8",
"common_name": "nir",
"description": "BAND8 nir band from 0.77 to 0.89 micrometers",
"min_value": 0,
"max_value": 255,
"nodata": 0,
"scale": 1,
"data_type": "int16",
"mime_type": "image/tiff; application=geotiff; profile=cloud-optimized",
"resolution_x": 20.0,
"resolution_y": 20.0,
"resolution_unit": "Meter",
"center_wavelength": 0.830,
"full_width_half_max": 0.12
}
],
"summaries": {
"platform": [
"cbers-4"
],
"constellation": [
"cbers-4"
],
"instruments": [
"mux"
],
"gsd": [
20
],
"view:off_nadir": [
0
]
},
"item_assets": {
"visual": {
"title": "Visual composition",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": [
"data"
]
},
"thumbnail": {
"title": "Thumbnail",
"type": "image/png",
"bands": {
"red": "BAND7",
"green": "BAND6",
"blue": "BAND5"
},
"roles": [
"thumbnail"
]
}
},
"properties": {
"sources": [
"http://www.inpe.br"
],
"bdc:visual":{
"tci": "visual"
}
}
}