@@ -58,6 +58,21 @@ export const DATASET_CDAS_OTC_S1GRD: Dataset = {
58
58
catalogCollectionId : 'sentinel-1-grd' ,
59
59
} ;
60
60
61
+ export const DATASET_CDAS_STAGING_S1GRD : Dataset = {
62
+ id : 'CDAS_S1GRD' ,
63
+ shJsonGetCapabilitiesDataset : 'S1GRD' ,
64
+ shWmsEvalsource : 'S1GRD' ,
65
+ shProcessingApiDatasourceAbbreviation : 'S1GRD' ,
66
+ datasetParametersType : 'S1GRD' ,
67
+ shServiceHostname : 'https://sh.staging.dataspace.copernicus.eu/' ,
68
+ searchIndexUrl : 'https://sh.staging.dataspace.copernicus.eu/index/v3/collections/S1GRD/searchIndex' ,
69
+ findDatesUTCUrl : 'https://sh.staging.dataspace.copernicus.eu/index/v3/collections/S1GRD/findAvailableData' ,
70
+ orbitTimeMinutes : 49.3 ,
71
+ minDate : new Date ( Date . UTC ( 2014 , 10 - 1 , 3 , 0 , 47 , 14 ) ) , // 2014-10-03T00:47:14Z
72
+ maxDate : null ,
73
+ catalogCollectionId : 'sentinel-1-grd' ,
74
+ } ;
75
+
61
76
export const DATASET_S2L2A : Dataset = {
62
77
id : 'AWS_S2L2A' ,
63
78
shJsonGetCapabilitiesDataset : 'S2L2A' ,
@@ -118,6 +133,21 @@ export const DATASET_CDAS_OTC_S2L2A: Dataset = {
118
133
catalogCollectionId : 'sentinel-2-l2a' ,
119
134
} ;
120
135
136
+ export const DATASET_CDAS_STAGING_S2L2A : Dataset = {
137
+ id : 'CDAS_S2L2A' ,
138
+ shJsonGetCapabilitiesDataset : 'S2L2A' ,
139
+ shWmsEvalsource : 'S2L2A' ,
140
+ shProcessingApiDatasourceAbbreviation : 'S2L2A' ,
141
+ datasetParametersType : 'S2' ,
142
+ shServiceHostname : 'https://sh.staging.dataspace.copernicus.eu/' ,
143
+ searchIndexUrl : 'https://sh.staging.dataspace.copernicus.eu/index/v3/collections/S2L2A/searchIndex' ,
144
+ findDatesUTCUrl : 'https://sh.staging.dataspace.copernicus.eu/index/v3/collections/S2L2A/findAvailableData' ,
145
+ orbitTimeMinutes : 50.3 ,
146
+ minDate : new Date ( Date . UTC ( 2016 , 10 - 1 , 20 , 8 , 9 , 58 ) ) , // 2016-10-20T08:09:58Z
147
+ maxDate : null ,
148
+ catalogCollectionId : 'sentinel-2-l2a' ,
149
+ } ;
150
+
121
151
export const DATASET_CDAS_S2L1C : Dataset = {
122
152
id : 'CDAS_S2L1C' ,
123
153
shJsonGetCapabilitiesDataset : 'S2L1C' ,
@@ -148,6 +178,21 @@ export const DATASET_CDAS_OTC_S2L1C: Dataset = {
148
178
catalogCollectionId : 'sentinel-2-l1c' ,
149
179
} ;
150
180
181
+ export const DATASET_CDAS_STAGING_S2L1C : Dataset = {
182
+ id : 'CDAS_S2L1C' ,
183
+ shJsonGetCapabilitiesDataset : 'S2L1C' ,
184
+ shWmsEvalsource : 'S2' ,
185
+ shProcessingApiDatasourceAbbreviation : 'S2L1C' ,
186
+ datasetParametersType : 'S2' ,
187
+ shServiceHostname : 'https://sh.staging.dataspace.copernicus.eu/' ,
188
+ searchIndexUrl : 'https://sh.staging.dataspace.copernicus.eu/index/v3/collections/S2L1C/searchIndex' ,
189
+ findDatesUTCUrl : 'https://sh.staging.dataspace.copernicus.eu/index/v3/collections/S2L1C/findAvailableData' ,
190
+ orbitTimeMinutes : 50.3 ,
191
+ minDate : new Date ( Date . UTC ( 2015 , 6 - 1 , 27 , 10 , 25 , 31 ) ) , // 2015-06-27T10:25:31
192
+ maxDate : null ,
193
+ catalogCollectionId : 'sentinel-2-l1c' ,
194
+ } ;
195
+
151
196
export const DATASET_S3SLSTR : Dataset = {
152
197
id : 'CRE_S3SLSTR' ,
153
198
shJsonGetCapabilitiesDataset : 'S3SLSTR' ,
@@ -193,6 +238,22 @@ export const DATASET_CDAS_OTC_S3SLSTR: Dataset = {
193
238
catalogCollectionId : 'sentinel-3-slstr' ,
194
239
} ;
195
240
241
+ export const DATASET_CDAS_STAGING_S3SLSTR : Dataset = {
242
+ id : 'CDAS_S3SLSTR' ,
243
+ shJsonGetCapabilitiesDataset : 'S3SLSTR' ,
244
+ shWmsEvalsource : 'S3SLSTR' ,
245
+ shProcessingApiDatasourceAbbreviation : 'S3SLSTR' ,
246
+ datasetParametersType : 'S3SLSTR' ,
247
+ shServiceHostname : 'https://sh.staging.dataspace.copernicus.eu/' ,
248
+ searchIndexUrl : 'https://sh.staging.dataspace.copernicus.eu/index/v3/collections/S3SLSTR/searchIndex' ,
249
+ findDatesUTCUrl :
250
+ 'https://sh.staging.dataspace.copernicus.eu/index/v3/collections/S3SLSTR/findAvailableData' ,
251
+ orbitTimeMinutes : 50.495 ,
252
+ minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 19 , 0 , 46 , 32 ) ) , // 2016-04-19T00:46:32.578
253
+ maxDate : null ,
254
+ catalogCollectionId : 'sentinel-3-slstr' ,
255
+ } ;
256
+
196
257
export const DATASET_S3OLCI : Dataset = {
197
258
id : 'CRE_S3OLCI' ,
198
259
shJsonGetCapabilitiesDataset : 'S3OLCI' ,
@@ -238,6 +299,21 @@ export const DATASET_CDAS_OTC_S3OLCI: Dataset = {
238
299
catalogCollectionId : 'sentinel-3-olci' ,
239
300
} ;
240
301
302
+ export const DATASET_CDAS_STAGING_S3OLCI : Dataset = {
303
+ id : 'CDAS_S3OLCI' ,
304
+ shJsonGetCapabilitiesDataset : 'S3OLCI' ,
305
+ shWmsEvalsource : 'S3OLCI' ,
306
+ shProcessingApiDatasourceAbbreviation : 'S3OLCI' ,
307
+ datasetParametersType : 'S3' ,
308
+ shServiceHostname : 'https://sh.staging.dataspace.copernicus.eu/' ,
309
+ searchIndexUrl : 'https://sh.staging.dataspace.copernicus.eu/index/v3/collections/S3OLCI/searchIndex' ,
310
+ findDatesUTCUrl : 'https://sh.staging.dataspace.copernicus.eu/index/v3/collections/S3OLCI/findAvailableData' ,
311
+ orbitTimeMinutes : 50.495 ,
312
+ minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 25 , 11 , 33 , 14 ) ) , // 2016-04-25T11:33:14
313
+ maxDate : null ,
314
+ catalogCollectionId : 'sentinel-3-olci' ,
315
+ } ;
316
+
241
317
export const DATASET_CDAS_S3OLCIL2 : Dataset = {
242
318
id : 'CDAS_S3OLCIL2' ,
243
319
shJsonGetCapabilitiesDataset : 'S3OLCIL2' ,
@@ -268,6 +344,22 @@ export const DATASET_CDAS_OTC_S3OLCIL2: Dataset = {
268
344
catalogCollectionId : 'sentinel-3-olci-l2' ,
269
345
} ;
270
346
347
+ export const DATASET_CDAS_STAGING_S3OLCIL2 : Dataset = {
348
+ id : 'CDAS_S3OLCIL2' ,
349
+ shJsonGetCapabilitiesDataset : 'S3OLCIL2' ,
350
+ shWmsEvalsource : 'sentinel-3-olci-l2' ,
351
+ shProcessingApiDatasourceAbbreviation : 'sentinel-3-olci-l2' ,
352
+ datasetParametersType : 'S3' ,
353
+ shServiceHostname : 'https://sh.staging.dataspace.copernicus.eu/' ,
354
+ searchIndexUrl : 'https://sh.staging.dataspace.copernicus.eu/index/v3/collections/S3OLCIL2/searchIndex' ,
355
+ findDatesUTCUrl :
356
+ 'https://sh.staging.dataspace.copernicus.eu/index/v3/collections/S3OLCIL2/findAvailableData' ,
357
+ orbitTimeMinutes : 50.495 ,
358
+ minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 25 , 11 , 33 , 14 ) ) , // 2016-04-25T11:33:14
359
+ maxDate : null ,
360
+ catalogCollectionId : 'sentinel-3-olci-l2' ,
361
+ } ;
362
+
271
363
export const DATASET_S5PL2 : Dataset = {
272
364
id : 'CRE_S5PL2' ,
273
365
shJsonGetCapabilitiesDataset : 'S5PL2' ,
@@ -313,6 +405,21 @@ export const DATASET_CDAS_OTC_S5PL2: Dataset = {
313
405
catalogCollectionId : 'sentinel-5p-l2' ,
314
406
} ;
315
407
408
+ export const DATASET_CDAS_STAGING_S5PL2 : Dataset = {
409
+ id : 'CDAS_S5PL2' ,
410
+ shJsonGetCapabilitiesDataset : 'S5PL2' ,
411
+ shWmsEvalsource : 'S5P_L2' ,
412
+ shProcessingApiDatasourceAbbreviation : 'S5PL2' ,
413
+ datasetParametersType : 'S5PL2' ,
414
+ shServiceHostname : 'https://sh.staging.dataspace.copernicus.eu/' ,
415
+ searchIndexUrl : 'https://sh.staging.dataspace.copernicus.eu/index/v3/collections/S5PL2/searchIndex' ,
416
+ findDatesUTCUrl : 'https://sh.staging.dataspace.copernicus.eu/index/v3/collections/S5PL2/findAvailableData' ,
417
+ orbitTimeMinutes : 101 ,
418
+ minDate : new Date ( Date . UTC ( 2018 , 4 - 1 , 30 , 0 , 18 , 51 ) ) , // 2018-04-30T00:18:51
419
+ maxDate : null ,
420
+ catalogCollectionId : 'sentinel-5p-l2' ,
421
+ } ;
422
+
316
423
export const DATASET_AWS_L8L1C : Dataset = {
317
424
id : 'AWS_L8L1C' ,
318
425
shJsonGetCapabilitiesDataset : 'L8L1C' ,
@@ -519,6 +626,20 @@ export const DATASET_CDAS_OTC_DEM: Dataset = {
519
626
maxDate : null ,
520
627
} ;
521
628
629
+ export const DATASET_CDAS_STAGING_DEM : Dataset = {
630
+ id : 'CDAS_DEM' ,
631
+ shJsonGetCapabilitiesDataset : 'DEM' ,
632
+ shWmsEvalsource : 'DEM' ,
633
+ shProcessingApiDatasourceAbbreviation : 'DEM' ,
634
+ datasetParametersType : null ,
635
+ shServiceHostname : 'https://sh.staging.dataspace.copernicus.eu/' ,
636
+ searchIndexUrl : null ,
637
+ findDatesUTCUrl : null ,
638
+ orbitTimeMinutes : null ,
639
+ minDate : null ,
640
+ maxDate : null ,
641
+ } ;
642
+
522
643
export const DATASET_BYOC : Dataset = {
523
644
id : 'CUSTOM' ,
524
645
shJsonGetCapabilitiesDataset : 'CUSTOM' ,
0 commit comments