Skip to content

Commit

Permalink
Merge pull request #263 from sentinel-hub/add/missing-PVIDs-nr2
Browse files Browse the repository at this point in the history
update PV list
  • Loading branch information
dthiex authored Mar 6, 2024
2 parents 2742469 + 65203b9 commit 284709a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dataimport/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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,
Expand Down

0 comments on commit 284709a

Please sign in to comment.