Skip to content

Commit

Permalink
Updated ASI, Offset, Scale 2023-10-06 01:17:15 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 6, 2023
1 parent f624b42 commit e35a354
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
31 changes: 31 additions & 0 deletions spectral/spectral-offset-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,18 @@ var offsetParams = {
'CIESIN/GPWv411/GPW_Basic_Demographic_Characteristics': {
'basic_demographic_characteristics': 0.0
},
'CIESIN/GPWv411/GPW_Data_Context': {
'data_context': 0.0
},
'CIESIN/GPWv411/GPW_Land_Area': {
'land_area': 0.0
},
'CIESIN/GPWv411/GPW_Mean_Administrative_Unit_Area': {
'mean_administrative_unit_area': 0.0
},
'CIESIN/GPWv411/GPW_National_Identifier_Grid': {
'national_identifier_grid': 0.0
},
'CIESIN/GPWv411/GPW_Population_Count': {
'population_count': 0.0
},
Expand All @@ -143,6 +155,12 @@ var offsetParams = {
'CIESIN/GPWv411/GPW_UNWPP-Adjusted_Population_Density': {
'unwpp-adjusted_population_density': 0.0
},
'CIESIN/GPWv411/GPW_Water_Area': {
'water_area': 0.0
},
'CIESIN/GPWv411/GPW_Water_Mask': {
'water_mask': 0.0
},
'COPERNICUS/CORINE/V18_5_1/100m': {
'landcover': 0.0
},
Expand Down Expand Up @@ -1681,6 +1699,10 @@ var offsetParams = {
'flooded': 0.0,
'jrc_perm_water': 0.0
},
'GOOGLE/CLOUD_SCORE_PLUS/V1/S2_HARMONIZED': {
'cs': 0.0,
'cs_cdf': 0.0
},
'GOOGLE/DYNAMICWORLD/V1': {
'bare': 0.0,
'built': 0.0,
Expand Down Expand Up @@ -10111,6 +10133,15 @@ var offsetParams = {
'G': 0.0,
'N': 0.0,
'R': 0.0
},
'projects/sat-io/open-datasets/GLOBathy/GLOBathy_bathymetry': {
'b1': 0.0
},
'projects/sat-io/open-datasets/ORNL/LANDSCAN_GLOBAL': {
'b1': 0.0
},
'projects/sat-io/open-datasets/us-drought-monitor': {
'b1': 0.0
}
};

Expand Down
31 changes: 31 additions & 0 deletions spectral/spectral-scale-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,18 @@ var scaleParams = {
'CIESIN/GPWv411/GPW_Basic_Demographic_Characteristics': {
'basic_demographic_characteristics': 1.0
},
'CIESIN/GPWv411/GPW_Data_Context': {
'data_context': 1.0
},
'CIESIN/GPWv411/GPW_Land_Area': {
'land_area': 1.0
},
'CIESIN/GPWv411/GPW_Mean_Administrative_Unit_Area': {
'mean_administrative_unit_area': 1.0
},
'CIESIN/GPWv411/GPW_National_Identifier_Grid': {
'national_identifier_grid': 1.0
},
'CIESIN/GPWv411/GPW_Population_Count': {
'population_count': 1.0
},
Expand All @@ -143,6 +155,12 @@ var scaleParams = {
'CIESIN/GPWv411/GPW_UNWPP-Adjusted_Population_Density': {
'unwpp-adjusted_population_density': 1.0
},
'CIESIN/GPWv411/GPW_Water_Area': {
'water_area': 1.0
},
'CIESIN/GPWv411/GPW_Water_Mask': {
'water_mask': 1.0
},
'COPERNICUS/CORINE/V18_5_1/100m': {
'landcover': 1.0
},
Expand Down Expand Up @@ -1681,6 +1699,10 @@ var scaleParams = {
'flooded': 1.0,
'jrc_perm_water': 1.0
},
'GOOGLE/CLOUD_SCORE_PLUS/V1/S2_HARMONIZED': {
'cs': 1.0,
'cs_cdf': 1.0
},
'GOOGLE/DYNAMICWORLD/V1': {
'bare': 1.0,
'built': 1.0,
Expand Down Expand Up @@ -10111,6 +10133,15 @@ var scaleParams = {
'G': 0.0001,
'N': 0.0001,
'R': 0.0001
},
'projects/sat-io/open-datasets/GLOBathy/GLOBathy_bathymetry': {
'b1': 1.0
},
'projects/sat-io/open-datasets/ORNL/LANDSCAN_GLOBAL': {
'b1': 1.0
},
'projects/sat-io/open-datasets/us-drought-monitor': {
'b1': 1.0
}
};

Expand Down

0 comments on commit e35a354

Please sign in to comment.