Skip to content

Commit

Permalink
Updated ASI, Offset, Scale 2024-06-09 01:37:52 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 9, 2024
1 parent a8ac940 commit 2a771de
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions spectral/spectral-offset-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -4197,6 +4197,21 @@ var offsetParams = {
'LANDFIRE/Vegetation/EVT/v1_4_0': {
'EVT': 0.0
},
'LANDSAT/COMPOSITES/C02/T1_L2_8DAY_BAI': {
'BAI': 0.0
},
'LANDSAT/COMPOSITES/C02/T1_L2_8DAY_EVI': {
'EVI': 0.0
},
'LANDSAT/COMPOSITES/C02/T1_L2_8DAY_NBR': {
'NBRT': 0.0
},
'LANDSAT/COMPOSITES/C02/T1_L2_8DAY_NDVI': {
'NDVI': 0.0
},
'LANDSAT/COMPOSITES/C02/T1_L2_8DAY_NDWI': {
'NDWI': 0.0
},
'LANDSAT/GLS1975': {
'10': 0.0,
'20': 0.0,
Expand Down
15 changes: 15 additions & 0 deletions spectral/spectral-scale-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -4197,6 +4197,21 @@ var scaleParams = {
'LANDFIRE/Vegetation/EVT/v1_4_0': {
'EVT': 1.0
},
'LANDSAT/COMPOSITES/C02/T1_L2_8DAY_BAI': {
'BAI': 1.0
},
'LANDSAT/COMPOSITES/C02/T1_L2_8DAY_EVI': {
'EVI': 1.0
},
'LANDSAT/COMPOSITES/C02/T1_L2_8DAY_NBR': {
'NBRT': 1.0
},
'LANDSAT/COMPOSITES/C02/T1_L2_8DAY_NDVI': {
'NDVI': 1.0
},
'LANDSAT/COMPOSITES/C02/T1_L2_8DAY_NDWI': {
'NDWI': 1.0
},
'LANDSAT/GLS1975': {
'10': 1.0,
'20': 1.0,
Expand Down

0 comments on commit 2a771de

Please sign in to comment.