File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export enum TPDICollections {
9
9
MAXAR_WORLDVIEW = 'MAXAR_WORLDVIEW' ,
10
10
PLANET_SKYSAT = 'PLANET_SKYSAT' ,
11
11
PLANETARY_VARIABLES = 'PLANETARY_VARIABLES' ,
12
+ PLANET_ARPS = 'PLANET_ARPS' ,
12
13
}
13
14
14
15
export enum TPDProvider {
@@ -72,6 +73,16 @@ export const PlanetSupportedProductBundles = {
72
73
] ,
73
74
} ;
74
75
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
+
75
86
export enum PlanetPVType {
76
87
BiomassProxy = 'biomass_proxy' ,
77
88
LandSurfaceTemperature = 'land_surface_temperature' ,
Original file line number Diff line number Diff line change @@ -134,6 +134,8 @@ import {
134
134
TPDITransactionCompatibleCollection ,
135
135
HLSConstellation ,
136
136
TPDITransactionParams ,
137
+ PlanetARPSType ,
138
+ PlanetARPSId ,
137
139
} from './dataimport/const' ;
138
140
139
141
import { ProcessingPayload } from './layer/processing' ;
@@ -285,6 +287,8 @@ export {
285
287
addAxiosRequestInterceptor ,
286
288
addAxiosResponseInterceptor ,
287
289
setTPDIServiceBaseURL ,
290
+ PlanetARPSType ,
291
+ PlanetARPSId ,
288
292
} ;
289
293
290
294
export * from './statistics/' ;
You can’t perform that action at this time.
0 commit comments