Skip to content

Commit

Permalink
Merge pull request #288 from sentinel-hub/fix/remove-biomass-proxy-v3_0
Browse files Browse the repository at this point in the history
remove v3 biomass proxy pv
  • Loading branch information
dthiex authored Dec 3, 2024
2 parents 7aca5c0 + c04a81a commit 4f885c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dataimport/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ 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',
Expand All @@ -116,7 +115,7 @@ export enum PlanetPVId {
}

export const PlanetSupportedPVIds = {
[PlanetPVType.BiomassProxy]: [PlanetPVId.BIOMASS_PROXY_V3_0_10, PlanetPVId.BIOMASS_PROXY_V4_0_10],
[PlanetPVType.BiomassProxy]: [PlanetPVId.BIOMASS_PROXY_V4_0_10],
[PlanetPVType.LandSurfaceTemperature]: [
PlanetPVId.LST_AMSR2_V1_0_100,
PlanetPVId.LST_AMSRE_V1_0_1000,
Expand Down

0 comments on commit 4f885c7

Please sign in to comment.