Skip to content

Commit

Permalink
Add PV collections
Browse files Browse the repository at this point in the history
  • Loading branch information
mitjak committed Nov 22, 2023
1 parent 769017e commit c55913e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/dataimport/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ export const PlanetSupportedProductBundles = {
],
};

export enum PlanetPVCollections {
PLANET_BIOMASS_PROXY = 'PLANET_BIOMASS_PROXY',
PLANET_LAND_SURFACE_TEMPERATURE = 'PLANET_LAND_SURFACE_TEMPERATURE',
PLANET_SOIL_WATER_CONTENT = 'PLANET_SOIL_WATER_CONTENT',
PLANET_VEGETATION_OPTICAL_DEPTH = 'PLANET_VEGETATION_OPTICAL_DEPTH',
PLANET_FOREST_CARBON_DILIGENCE_30M = 'PLANET_FOREST_CARBON_DILIGENCE_30M',
}

export enum PlanetPVType {
BiomassProxy = 'biomass_proxy',
LandSurfaceTemperature = 'land_surface_temperature',
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ import {
PlanetItemType,
PlanetSupportedProductBundles,
PlanetScopeHarmonization,
PlanetPVCollections,
PlanetPVType,
PlanetPVId,
PlanetSupportedPVIds,
Expand Down Expand Up @@ -274,6 +275,7 @@ export {
PlanetProductBundle,
PlanetSupportedProductBundles,
PlanetScopeHarmonization,
PlanetPVCollections,
PlanetPVType,
PlanetPVId,
PlanetSupportedPVIds,
Expand Down

0 comments on commit c55913e

Please sign in to comment.