-
Notifications
You must be signed in to change notification settings - Fork 10
/
charter-wpm.json
167 lines (167 loc) · 5.03 KB
/
charter-wpm.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": 47,
"name": "charter-wpm",
"title": "CHARTER - WPM",
"description": "This collection contains images from the CBERS-4A/WPM 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": null,
"collection_type": "collection",
"metadata": {
"providers": [
{
"name": "National Institute for Space Research (INPE)",
"roles": [
"producer",
"licensor",
"processor",
"host"
],
"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-4a",
"wpm",
"visible imagery",
"cloud optimized geotiff",
"cog",
"earth observation",
"brazil"
],
"is_public": true,
"is_available": true,
"category": "eo",
"quicklook": [
"BAND3",
"BAND2",
"BAND1"
],
"version": 1,
"version_predecessor": null,
"version_successor": null,
"bands": [
{
"name": "BAND1",
"common_name": "blue",
"description": "BAND1 blue band from 0.45 to 0.52 micrometers",
"min_value": 0,
"max_value": 10000,
"nodata": 0,
"scale": 0.0001,
"data_type": "int16",
"mime_type": "image/tiff; application=geotiff; profile=cloud-optimized",
"resolution_x": 2.0,
"resolution_y": 2.0,
"resolution_unit": "Meter",
"center_wavelength": 0.485,
"full_width_half_max": 0.07
},
{
"name": "BAND2",
"common_name": "green",
"description": "BAND2 green band from 0.52 to 0.59 micrometers",
"min_value": 0,
"max_value": 10000,
"nodata": 0,
"scale": 0.0001,
"data_type": "int16",
"mime_type": "image/tiff; application=geotiff; profile=cloud-optimized",
"resolution_x": 2.0,
"resolution_y": 2.0,
"resolution_unit": "Meter",
"center_wavelength": 0.555,
"full_width_half_max": 0.07
},
{
"name": "BAND3",
"common_name": "red",
"description": "BAND3 red band from 0.63 to 0.69 micrometers",
"min_value": 0,
"max_value": 10000,
"nodata": 0,
"scale": 0.0001,
"data_type": "int16",
"mime_type": "image/tiff; application=geotiff; profile=cloud-optimized",
"resolution_x": 2.0,
"resolution_y": 2.0,
"resolution_unit": "Meter",
"center_wavelength": 0.66,
"full_width_half_max": 0.06
},
{
"name": "BAND4",
"common_name": "nir",
"description": "BAND4 nir band from 0.77 to 0.89 micrometers",
"min_value": 0,
"max_value": 10000,
"nodata": 0,
"scale": 0.0001,
"data_type": "int16",
"mime_type": "image/tiff; application=geotiff; profile=cloud-optimized",
"resolution_x": 2,
"resolution_y": 2,
"resolution_unit": "Meter",
"center_wavelength": 0.830,
"full_width_half_max": 0.12
}
],
"summaries": {
"platform": [
"cbers-4a"
],
"constellation": [
"cbers-4a"
],
"instruments": [
"wpm"
],
"gsd": [
2
],
"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": "BAND3",
"green": "BAND2",
"blue": "BAND1"
},
"roles": [
"thumbnail"
]
}
},
"properties": {
"sources": [
"http://www.inpe.br"
],
"bdc:visual":{
"tci": "visual"
}
}
}