Skip to content

Commit 94cba75

Browse files
committed
Add ARPS type and IDs
1 parent 8d1b82d commit 94cba75

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/dataimport/const.ts

+10
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,16 @@ export const PlanetSupportedProductBundles = {
7373
],
7474
};
7575

76+
export enum PlanetARPSType {
77+
AnalysisReadyPlanetScope = 'analysis_ready_ps',
78+
}
79+
80+
export enum PlanetARPSId {
81+
PS_ARD_SR_DAILY = 'PS_ARD_SR_DAILY',
82+
PS_ARD_SR_BIWEEKLY = 'PS_ARD_SR_BIWEEKLY',
83+
PS_ARD_SR_MONTHLY = 'PS_ARD_SR_MONTHLY',
84+
}
85+
7686
export enum PlanetPVType {
7787
BiomassProxy = 'biomass_proxy',
7888
LandSurfaceTemperature = 'land_surface_temperature',

0 commit comments

Comments
 (0)