We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aca5c0 commit c04a81aCopy full SHA for c04a81a
src/dataimport/const.ts
@@ -89,7 +89,6 @@ export enum PlanetPVType {
89
}
90
91
export enum PlanetPVId {
92
- BIOMASS_PROXY_V3_0_10 = 'BIOMASS-PROXY_V3.0_10',
93
BIOMASS_PROXY_V4_0_10 = 'BIOMASS-PROXY_V4.0_10',
94
LST_AMSR2_V1_0_100 = 'LST-AMSR2_V1.0_100',
95
LST_AMSRE_V1_0_1000 = 'LST-AMSRE_V1.0_1000',
@@ -116,7 +115,7 @@ export enum PlanetPVId {
116
115
117
118
export const PlanetSupportedPVIds = {
119
- [PlanetPVType.BiomassProxy]: [PlanetPVId.BIOMASS_PROXY_V3_0_10, PlanetPVId.BIOMASS_PROXY_V4_0_10],
+ [PlanetPVType.BiomassProxy]: [PlanetPVId.BIOMASS_PROXY_V4_0_10],
120
[PlanetPVType.LandSurfaceTemperature]: [
121
PlanetPVId.LST_AMSR2_V1_0_100,
122
PlanetPVId.LST_AMSRE_V1_0_1000,
0 commit comments