Skip to content

Commit c04a81a

Browse files
author
Daniel Thiex
committed
remove v3 biomass proxy pv
1 parent 7aca5c0 commit c04a81a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dataimport/const.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export enum PlanetPVType {
8989
}
9090

9191
export enum PlanetPVId {
92-
BIOMASS_PROXY_V3_0_10 = 'BIOMASS-PROXY_V3.0_10',
9392
BIOMASS_PROXY_V4_0_10 = 'BIOMASS-PROXY_V4.0_10',
9493
LST_AMSR2_V1_0_100 = 'LST-AMSR2_V1.0_100',
9594
LST_AMSRE_V1_0_1000 = 'LST-AMSRE_V1.0_1000',
@@ -116,7 +115,7 @@ export enum PlanetPVId {
116115
}
117116

118117
export const PlanetSupportedPVIds = {
119-
[PlanetPVType.BiomassProxy]: [PlanetPVId.BIOMASS_PROXY_V3_0_10, PlanetPVId.BIOMASS_PROXY_V4_0_10],
118+
[PlanetPVType.BiomassProxy]: [PlanetPVId.BIOMASS_PROXY_V4_0_10],
120119
[PlanetPVType.LandSurfaceTemperature]: [
121120
PlanetPVId.LST_AMSR2_V1_0_100,
122121
PlanetPVId.LST_AMSRE_V1_0_1000,

0 commit comments

Comments
 (0)