YashMK89 commited on
Commit
1ad21bb
·
verified ·
1 Parent(s): d18555b

update sentinel_datasets.json

Browse files
Files changed (1) hide show
  1. sentinel_datasets.json +131 -135
sentinel_datasets.json CHANGED
@@ -1,143 +1,139 @@
1
  {
2
- "Sentinel": {
3
- "sub_options": {
4
- "Sentinel-1 SAR GRD: C-band Synthetic Aperture Radar": {
5
- "sub_sub_options": {
6
- "COPERNICUS/S1_GRD": "COPERNICUS/S1_GRD" {
7
- "bands": [
8
- "HH",
9
- "HV",
10
- "VV",
11
- "VH",
12
- "angle"
13
- ]
14
- }
15
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  },
17
- "Sentinel-2 MSI: Multispectral Instrument": {
18
- "sub_sub_options": {
19
- "Surface Reflectance": "COPERNICUS/S2_SR_HARMONIZED" {
20
- "bands": [
21
- "B1", "B2", "B3", "B4", "B5", "B6", "B7",
22
- "B8", "B8A", "B9", "B11", "B12", "AOT", "WVP",
23
- "SCL", "TCI_R", "TCI_G", "TCI_B", "MSK_CLDPRB",
24
- "MSK_SNWPRB", "QA10", "QA20", "QA60", "MSK_CLASSI_OPAQUE",
25
- "MSK_CLASSI_CIRRUS", "MSK_CLASSI_SNOW_ICE"
26
- ]
27
- },
28
- "Top-of-Atmosphere Reflectance": "COPERNICUS/S2_HARMONIZED" {
29
- "bands": [
30
- "B1", "B2", "B3", "B4", "B5", "B6", "B7",
31
- "B8", "B8A", "B9", "B10", "B11", "B12", "QA10",
32
- "QA20", "QA60", "MSK_CLASSI_OPAQUE", "MSK_CLASSI_CIRRUS",
33
- "MSK_CLASSI_SNOW_ICE"
34
- ]
35
- }
36
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  },
38
- "Sentinel-3 OLCI EFR: Ocean and Land Color Instrument": {
39
- "sub_sub_options": {
40
- "OLCI Radiance": "COPERNICUS/S3/OLCI" {
41
- "bands": [
42
- "Oa01_radiance", "Oa02_radiance", "Oa03_radiance",
43
- "Oa04_radiance", "Oa05_radiance", "Oa06_radiance",
44
- "Oa07_radiance", "Oa08_radiance", "Oa09_radiance",
45
- "Oa10_radiance", "Oa11_radiance", "Oa12_radiance",
46
- "Oa13_radiance", "Oa14_radiance", "Oa15_radiance",
47
- "Oa16_radiance", "Oa17_radiance", "Oa18_radiance",
48
- "Oa19_radiance", "Oa20_radiance", "Oa21_radiance"
49
- ]
50
- }
51
- }
52
  },
53
- "Sentinel-5P TROPOMI: TROPOspheric Monitoring Instrument": {
54
- "sub_sub_options": {
55
- "Absorbing Aerosol Index": "COPERNICUS/S5P/OFFL/L3_AER_AI" {
56
- "bands": [
57
- "absorbing_aerosol_index", "sensor_altitude", "sensor_azimuth_angle",
58
- "sensor_zenith_angle", "solar_azimuth_angle", "solar_zenith_angle"
59
- ]
60
- },
61
- "Cloud Properties": "COPERNICUS/S5P/OFFL/L3_CLOUD" {
62
- "bands": [
63
- "cloud_fraction", "cloud_top_pressure", "cloud_top_height",
64
- "cloud_base_pressure", "cloud_base_height", "cloud_optical_depth",
65
- "surface_albedo", "sensor_azimuth_angle", "sensor_zenith_angle",
66
- "solar_azimuth_angle", "solar_zenith_angle"
67
- ]
68
- },
69
- "Carbon Monoxide (CO)": "COPERNICUS/S5P/OFFL/L3_CO" {
70
- "bands": [
71
- "CO_column_number_density", "H2O_column_number_density", "cloud_height",
72
- "sensor_altitude", "sensor_azimuth_angle", "sensor_zenith_angle",
73
- "solar_azimuth_angle", "solar_zenith_angle"
74
- ]
75
- },
76
- "Formaldehyde (HCHO)": "COPERNICUS/S5P/OFFL/L3_HCHO" {
77
- "bands": [
78
- "tropospheric_HCHO_column_number_density", "tropospheric_HCHO_column_number_density_amf",
79
- "HCHO_slant_column_number_density", "cloud_fraction", "sensor_azimuth_angle",
80
- "sensor_zenith_angle", "solar_azimuth_angle", "solar_zenith_angle"
81
- ]
82
- },
83
- "Nitrogen Dioxide (NO2)": "COPERNICUS/S5P/OFFL/L3_NO2" {
84
- "bands": [
85
- "NO2_column_number_density", "tropospheric_NO2_column_number_density",
86
- "stratospheric_NO2_column_number_density", "NO2_slant_column_number_density",
87
- "tropopause_pressure", "absorbing_aerosol_index", "cloud_fraction",
88
- "sensor_altitude", "sensor_azimuth_angle", "sensor_zenith_angle",
89
- "solar_azimuth_angle", "solar_zenith_angle"
90
- ]
91
- },
92
- "COPERNICUS/S5P/OFFL/L3_O3": {
93
- "bands": [
94
- "O3_column_number_density", "O3_effective_temperature", "cloud_fraction",
95
- "sensor_azimuth_angle", "sensor_zenith_angle", "solar_azimuth_angle",
96
- "solar_zenith_angle"
97
- ]
98
- },
99
- "Sulfur Dioxide (SO2)": "COPERNICUS/S5P/OFFL/L3_SO2" {
100
- "bands": [
101
- "SO2_column_number_density", "SO2_column_number_density_amf",
102
- "SO2_slant_column_number_density", "absorbing_aerosol_index", "cloud_fraction",
103
- "sensor_azimuth_angle", "sensor_zenith_angle", "solar_azimuth_angle",
104
- "solar_zenith_angle", "SO2_column_number_density_15km"
105
- ]
106
- },
107
- "Methane (CH4)": "COPERNICUS/S5P/OFFL/L3_CH4" {
108
- "bands": [
109
- "CH4_column_volume_mixing_ratio_dry_air", "aerosol_height", "aerosol_optical_depth",
110
- "sensor_azimuth_angle", "sensor_zenith_angle", "solar_azimuth_angle",
111
- "solar_zenith_angle", "CH4_column_volume_mixing_ratio_dry_air_bias_corrected",
112
- "CH4_column_volume_mixing_ratio_dry_air_uncertainty"
113
- ]
114
- }
115
- }
116
  },
117
- "Derived Datasets": {
118
- "sub_sub_options": {
119
- "Dynamic World": "GOOGLE/DYNAMICWORLD/V1" {
120
- "bands": [
121
- "water", "trees", "grass", "flooded_vegetation", "crops",
122
- "shrub_and_scrub", "built", "bare", "snow_and_ice", "label"
123
- ]
124
- },
125
- "WorldCover": "ESA/WorldCover/v100" {
126
- "bands": [
127
- "Map"
128
- ]
129
- },
130
- "Cloud Score Plus": "GOOGLE/CLOUD_SCORE_PLUS/V1/S2_HARMONIZED" {
131
- "bands": [
132
- "cs", "cs_cdf"
133
- ]
134
- },
135
- "Sentinel-2 Cloud Probability": "COPERNICUS/S2_CLOUD_PROBABILITY" {
136
- "bands": [
137
- "probability"
138
- ]
139
- }
140
- }
141
  }
142
  }
143
  }
 
1
  {
2
+ "Sentinel-1 SAR GRD: C-band Synthetic Aperture Radar": {
3
+ "sub_sub_options": {
4
+ "COPERNICUS/S1_GRD": {
5
+ "bands": [
6
+ "HH",
7
+ "HV",
8
+ "VV",
9
+ "VH",
10
+ "angle"
11
+ ]
12
+ }
13
+ }
14
+ },
15
+ "Sentinel-2 MSI: Multispectral Instrument": {
16
+ "sub_sub_options": {
17
+ "Surface Reflectance": {
18
+ "bands": [
19
+ "B1", "B2", "B3", "B4", "B5", "B6", "B7",
20
+ "B8", "B8A", "B9", "B11", "B12", "AOT", "WVP",
21
+ "SCL", "TCI_R", "TCI_G", "TCI_B", "MSK_CLDPRB",
22
+ "MSK_SNWPRB", "QA10", "QA20", "QA60", "MSK_CLASSI_OPAQUE",
23
+ "MSK_CLASSI_CIRRUS", "MSK_CLASSI_SNOW_ICE"
24
+ ]
25
+ },
26
+ "Top-of-Atmosphere Reflectance": {
27
+ "bands": [
28
+ "B1", "B2", "B3", "B4", "B5", "B6", "B7",
29
+ "B8", "B8A", "B9", "B10", "B11", "B12", "QA10",
30
+ "QA20", "QA60", "MSK_CLASSI_OPAQUE", "MSK_CLASSI_CIRRUS",
31
+ "MSK_CLASSI_SNOW_ICE"
32
+ ]
33
+ }
34
+ }
35
+ },
36
+ "Sentinel-3 OLCI EFR: Ocean and Land Color Instrument": {
37
+ "sub_sub_options": {
38
+ "COPERNICUS/S3/OLCI": {
39
+ "bands": [
40
+ "Oa01_radiance", "Oa02_radiance", "Oa03_radiance",
41
+ "Oa04_radiance", "Oa05_radiance", "Oa06_radiance",
42
+ "Oa07_radiance", "Oa08_radiance", "Oa09_radiance",
43
+ "Oa10_radiance", "Oa11_radiance", "Oa12_radiance",
44
+ "Oa13_radiance", "Oa14_radiance", "Oa15_radiance",
45
+ "Oa16_radiance", "Oa17_radiance", "Oa18_radiance",
46
+ "Oa19_radiance", "Oa20_radiance", "Oa21_radiance"
47
+ ]
48
+ }
49
+ }
50
+ },
51
+ "Sentinel-5P TROPOMI: TROPOspheric Monitoring Instrument": {
52
+ "sub_sub_options": {
53
+ "COPERNICUS/S5P/OFFL/L3_AER_AI": {
54
+ "bands": [
55
+ "absorbing_aerosol_index", "sensor_altitude", "sensor_azimuth_angle",
56
+ "sensor_zenith_angle", "solar_azimuth_angle", "solar_zenith_angle"
57
+ ]
58
+ },
59
+ "COPERNICUS/S5P/OFFL/L3_CLOUD": {
60
+ "bands": [
61
+ "cloud_fraction", "cloud_top_pressure", "cloud_top_height",
62
+ "cloud_base_pressure", "cloud_base_height", "cloud_optical_depth",
63
+ "surface_albedo", "sensor_azimuth_angle", "sensor_zenith_angle",
64
+ "solar_azimuth_angle", "solar_zenith_angle"
65
+ ]
66
  },
67
+ "COPERNICUS/S5P/OFFL/L3_CO": {
68
+ "bands": [
69
+ "CO_column_number_density", "H2O_column_number_density", "cloud_height",
70
+ "sensor_altitude", "sensor_azimuth_angle", "sensor_zenith_angle",
71
+ "solar_azimuth_angle", "solar_zenith_angle"
72
+ ]
73
+ },
74
+ "COPERNICUS/S5P/OFFL/L3_HCHO": {
75
+ "bands": [
76
+ "tropospheric_HCHO_column_number_density", "tropospheric_HCHO_column_number_density_amf",
77
+ "HCHO_slant_column_number_density", "cloud_fraction", "sensor_azimuth_angle",
78
+ "sensor_zenith_angle", "solar_azimuth_angle", "solar_zenith_angle"
79
+ ]
80
+ },
81
+ "COPERNICUS/S5P/OFFL/L3_NO2": {
82
+ "bands": [
83
+ "NO2_column_number_density", "tropospheric_NO2_column_number_density",
84
+ "stratospheric_NO2_column_number_density", "NO2_slant_column_number_density",
85
+ "tropopause_pressure", "absorbing_aerosol_index", "cloud_fraction",
86
+ "sensor_altitude", "sensor_azimuth_angle", "sensor_zenith_angle",
87
+ "solar_azimuth_angle", "solar_zenith_angle"
88
+ ]
89
+ },
90
+ "COPERNICUS/S5P/OFFL/L3_O3": {
91
+ "bands": [
92
+ "O3_column_number_density", "O3_effective_temperature", "cloud_fraction",
93
+ "sensor_azimuth_angle", "sensor_zenith_angle", "solar_azimuth_angle",
94
+ "solar_zenith_angle"
95
+ ]
96
+ },
97
+ "COPERNICUS/S5P/OFFL/L3_SO2": {
98
+ "bands": [
99
+ "SO2_column_number_density", "SO2_column_number_density_amf",
100
+ "SO2_slant_column_number_density", "absorbing_aerosol_index", "cloud_fraction",
101
+ "sensor_azimuth_angle", "sensor_zenith_angle", "solar_azimuth_angle",
102
+ "solar_zenith_angle", "SO2_column_number_density_15km"
103
+ ]
104
+ },
105
+ "COPERNICUS/S5P/OFFL/L3_CH4": {
106
+ "bands": [
107
+ "CH4_column_volume_mixing_ratio_dry_air", "aerosol_height", "aerosol_optical_depth",
108
+ "sensor_azimuth_angle", "sensor_zenith_angle", "solar_azimuth_angle",
109
+ "solar_zenith_angle", "CH4_column_volume_mixing_ratio_dry_air_bias_corrected",
110
+ "CH4_column_volume_mixing_ratio_dry_air_uncertainty"
111
+ ]
112
+ }
113
+ }
114
+ },
115
+ "Derived Datasets": {
116
+ "sub_sub_options": {
117
+ "GOOGLE/DYNAMICWORLD/V1": {
118
+ "bands": [
119
+ "water", "trees", "grass", "flooded_vegetation", "crops",
120
+ "shrub_and_scrub", "built", "bare", "snow_and_ice", "label"
121
+ ]
122
  },
123
+ "ESA/WorldCover/v100": {
124
+ "bands": [
125
+ "Map"
126
+ ]
 
 
 
 
 
 
 
 
 
 
127
  },
128
+ "GOOGLE/CLOUD_SCORE_PLUS/V1/S2_HARMONIZED": {
129
+ "bands": [
130
+ "cs", "cs_cdf"
131
+ ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  },
133
+ "COPERNICUS/S2_CLOUD_PROBABILITY": {
134
+ "bands": [
135
+ "probability"
136
+ ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  }
138
  }
139
  }