diff --git a/src/dataimport/const.ts b/src/dataimport/const.ts index 6ae10051..75bb4c21 100644 --- a/src/dataimport/const.ts +++ b/src/dataimport/const.ts @@ -81,6 +81,7 @@ export enum PlanetPVType { export enum PlanetPVId { BIOMASS_PROXY_V3_0_10 = 'BIOMASS-PROXY_V3.0_10', + BIOMASS_PROXY_V4_0_10 = 'BIOMASS-PROXY_V4.0_10', LST_AMSR2_V1_0_100 = 'LST-AMSR2_V1.0_100', LST_AMSRE_V1_0_1000 = 'LST-AMSRE_V1.0_1000', LST_AMSR2_V1_0_1000 = 'LST-AMSR2_V1.0_1000', @@ -107,7 +108,7 @@ export enum PlanetPVId { } export const PlanetSupportedPVIds = { - [PlanetPVType.BiomassProxy]: [PlanetPVId.BIOMASS_PROXY_V3_0_10], + [PlanetPVType.BiomassProxy]: [PlanetPVId.BIOMASS_PROXY_V3_0_10, PlanetPVId.BIOMASS_PROXY_V4_0_10], [PlanetPVType.LandSurfaceTemperature]: [ PlanetPVId.LST_AMSR2_V1_0_100, PlanetPVId.LST_AMSRE_V1_0_1000,