Skip to content

Commit

Permalink
Updated ASI, Offset, Scale 2024-12-20 01:48:40 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 20, 2024
1 parent 7c7d7ef commit 0955f40
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
28 changes: 28 additions & 0 deletions spectral/spectral-offset-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ var offsetParams = {
'AHN/AHN2_05M_RUW': {
'elevation': 0.0
},
'AHN/AHN3': {
'dsm': 0.0,
'dtm': 0.0
},
'AHN/AHN4': {
'dsm': 0.0,
'dtm': 0.0
},
'ASTER/AST_L1T_003': {
'B01': 0.0,
'B02': 0.0,
Expand Down Expand Up @@ -10396,6 +10404,26 @@ var offsetParams = {
'VAA': 0.0,
'VZA': 0.0
},
'NASA/HLS/HLSS30/v002': {
'B1': 0.0,
'B10': 0.0,
'B11': 0.0,
'B12': 0.0,
'B2': 0.0,
'B3': 0.0,
'B4': 0.0,
'B5': 0.0,
'B6': 0.0,
'B7': 0.0,
'B8': 0.0,
'B8A': 0.0,
'B9': 0.0,
'Fmask': 0.0,
'SAA': 0.0,
'SZA': 0.0,
'VAA': 0.0,
'VZA': 0.0
},
'NASA/JPL/global_forest_canopy_height_2005': {
'1': 0.0
},
Expand Down
28 changes: 28 additions & 0 deletions spectral/spectral-scale-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ var scaleParams = {
'AHN/AHN2_05M_RUW': {
'elevation': 1.0
},
'AHN/AHN3': {
'dsm': 1.0,
'dtm': 1.0
},
'AHN/AHN4': {
'dsm': 1.0,
'dtm': 1.0
},
'ASTER/AST_L1T_003': {
'B01': 1.0,
'B02': 1.0,
Expand Down Expand Up @@ -10396,6 +10404,26 @@ var scaleParams = {
'VAA': 1.0,
'VZA': 1.0
},
'NASA/HLS/HLSS30/v002': {
'B1': 1.0,
'B10': 1.0,
'B11': 1.0,
'B12': 1.0,
'B2': 1.0,
'B3': 1.0,
'B4': 1.0,
'B5': 1.0,
'B6': 1.0,
'B7': 1.0,
'B8': 1.0,
'B8A': 1.0,
'B9': 1.0,
'Fmask': 1.0,
'SAA': 1.0,
'SZA': 1.0,
'VAA': 1.0,
'VZA': 1.0
},
'NASA/JPL/global_forest_canopy_height_2005': {
'1': 1.0
},
Expand Down

0 comments on commit 0955f40

Please sign in to comment.