Skip to content

Commit

Permalink
Updated ASI, Offset, Scale 2024-11-10 01:51:29 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 10, 2024
1 parent 08ff780 commit 89670f8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions spectral/spectral-offset-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -11011,6 +11011,16 @@ var offsetParams = {
'u-component_of_wind_height_above_ground': 0.0,
'v-component_of_wind_height_above_ground': 0.0
},
'NOAA/CPC/Precipitation': {
'num_gauges': 0.0,
'precipitation': 0.0
},
'NOAA/CPC/Temperature': {
'nmax': 0.0,
'nmin': 0.0,
'tmax': 0.0,
'tmin': 0.0
},
'NOAA/DMSP-OLS/CALIBRATED_LIGHTS_V4': {
'avg_vis': 0.0,
'cf_cvg': 0.0
Expand Down Expand Up @@ -13099,6 +13109,18 @@ var offsetParams = {
'shortwave_infrared_2': 0.0,
'spectral_distance_median_absolute_deviation': 0.0
},
'projects/geoscience-aus-cat/assets/ga_ls8cls9c_gm_cyear_3': {
'bcdev': 0.0,
'count': 0.0,
'edev': 0.0,
'nbart_blue': 0.0,
'nbart_green': 0.0,
'nbart_nir': 0.0,
'nbart_red': 0.0,
'nbart_swir_1': 0.0,
'nbart_swir_2': 0.0,
'sdev': 0.0
},
'projects/geoscience-aus-cat/assets/ga_ls_landcover_class_cyear_2': {
'baregrad_phy_cat_l4d': 0.0,
'canopyco_veg_cat_l4d': 0.0,
Expand Down
22 changes: 22 additions & 0 deletions spectral/spectral-scale-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -11011,6 +11011,16 @@ var scaleParams = {
'u-component_of_wind_height_above_ground': 1.0,
'v-component_of_wind_height_above_ground': 1.0
},
'NOAA/CPC/Precipitation': {
'num_gauges': 1.0,
'precipitation': 1.0
},
'NOAA/CPC/Temperature': {
'nmax': 1.0,
'nmin': 1.0,
'tmax': 1.0,
'tmin': 1.0
},
'NOAA/DMSP-OLS/CALIBRATED_LIGHTS_V4': {
'avg_vis': 1.0,
'cf_cvg': 1.0
Expand Down Expand Up @@ -13099,6 +13109,18 @@ var scaleParams = {
'shortwave_infrared_2': 1.0,
'spectral_distance_median_absolute_deviation': 1.0
},
'projects/geoscience-aus-cat/assets/ga_ls8cls9c_gm_cyear_3': {
'bcdev': 1.0,
'count': 1.0,
'edev': 1.0,
'nbart_blue': 1.0,
'nbart_green': 1.0,
'nbart_nir': 1.0,
'nbart_red': 1.0,
'nbart_swir_1': 1.0,
'nbart_swir_2': 1.0,
'sdev': 1.0
},
'projects/geoscience-aus-cat/assets/ga_ls_landcover_class_cyear_2': {
'baregrad_phy_cat_l4d': 1.0,
'canopyco_veg_cat_l4d': 1.0,
Expand Down

0 comments on commit 89670f8

Please sign in to comment.