@@ -5,8 +5,6 @@ export type Dataset = {
5
5
shProcessingApiDatasourceAbbreviation : string ;
6
6
datasetParametersType : string | null ;
7
7
shServiceHostname : string ;
8
- searchIndexUrl : string ;
9
- findDatesUTCUrl : string ;
10
8
orbitTimeMinutes : number ;
11
9
minDate : Date | null ;
12
10
maxDate : Date | null ;
@@ -20,8 +18,6 @@ export const DATASET_AWSEU_S1GRD: Dataset = {
20
18
shProcessingApiDatasourceAbbreviation : 'S1GRD' ,
21
19
datasetParametersType : 'S1GRD' ,
22
20
shServiceHostname : 'https://services.sentinel-hub.com/' ,
23
- searchIndexUrl : 'https://services.sentinel-hub.com/index/v3/collections/S1GRD/searchIndex' ,
24
- findDatesUTCUrl : 'https://services.sentinel-hub.com/index/v3/collections/S1GRD/findAvailableData' ,
25
21
orbitTimeMinutes : 49.3 ,
26
22
minDate : new Date ( Date . UTC ( 2014 , 10 - 1 , 3 , 0 , 47 , 14 ) ) , // 2014-10-03T00:47:14Z
27
23
maxDate : null ,
@@ -35,8 +31,6 @@ export const DATASET_CDAS_S1GRD: Dataset = {
35
31
shProcessingApiDatasourceAbbreviation : 'S1GRD' ,
36
32
datasetParametersType : 'S1GRD' ,
37
33
shServiceHostname : 'https://sh.dataspace.copernicus.eu/' ,
38
- searchIndexUrl : 'https://sh.dataspace.copernicus.eu/index/v3/collections/S1GRD/searchIndex' ,
39
- findDatesUTCUrl : 'https://sh.dataspace.copernicus.eu/index/v3/collections/S1GRD/findAvailableData' ,
40
34
orbitTimeMinutes : 49.3 ,
41
35
minDate : new Date ( Date . UTC ( 2014 , 10 - 1 , 3 , 0 , 47 , 14 ) ) , // 2014-10-03T00:47:14Z
42
36
maxDate : null ,
@@ -50,8 +44,6 @@ export const DATASET_CDAS_OTC_S1GRD: Dataset = {
50
44
shProcessingApiDatasourceAbbreviation : 'S1GRD' ,
51
45
datasetParametersType : 'S1GRD' ,
52
46
shServiceHostname : 'https://sh-otc.dataspace.copernicus.eu/' ,
53
- searchIndexUrl : 'https://sh-otc.dataspace.copernicus.eu/index/v3/collections/S1GRD/searchIndex' ,
54
- findDatesUTCUrl : 'https://sh-otc.dataspace.copernicus.eu/index/v3/collections/S1GRD/findAvailableData' ,
55
47
orbitTimeMinutes : 49.3 ,
56
48
minDate : new Date ( Date . UTC ( 2014 , 10 - 1 , 3 , 0 , 47 , 14 ) ) , // 2014-10-03T00:47:14Z
57
49
maxDate : null ,
@@ -65,8 +57,6 @@ export const DATASET_S2L2A: Dataset = {
65
57
shProcessingApiDatasourceAbbreviation : 'S2L2A' ,
66
58
datasetParametersType : 'S2' ,
67
59
shServiceHostname : 'https://services.sentinel-hub.com/' ,
68
- searchIndexUrl : 'https://services.sentinel-hub.com/index/v3/collections/S2L2A/searchIndex' ,
69
- findDatesUTCUrl : 'https://services.sentinel-hub.com/index/v3/collections/S2L2A/findAvailableData' ,
70
60
orbitTimeMinutes : 50.3 ,
71
61
minDate : new Date ( Date . UTC ( 2016 , 10 - 1 , 20 , 8 , 9 , 58 ) ) , // 2016-10-20T08:09:58Z
72
62
maxDate : null ,
@@ -80,8 +70,6 @@ export const DATASET_S2L1C: Dataset = {
80
70
shProcessingApiDatasourceAbbreviation : 'S2L1C' ,
81
71
datasetParametersType : 'S2' ,
82
72
shServiceHostname : 'https://services.sentinel-hub.com/' ,
83
- searchIndexUrl : 'https://services.sentinel-hub.com/index/v3/collections/S2L1C/searchIndex' ,
84
- findDatesUTCUrl : 'https://services.sentinel-hub.com/index/v3/collections/S2L1C/findAvailableData' ,
85
73
orbitTimeMinutes : 50.3 ,
86
74
minDate : new Date ( Date . UTC ( 2015 , 6 - 1 , 27 , 10 , 25 , 31 ) ) , // 2015-06-27T10:25:31
87
75
maxDate : null ,
@@ -95,8 +83,6 @@ export const DATASET_CDAS_S2L2A: Dataset = {
95
83
shProcessingApiDatasourceAbbreviation : 'S2L2A' ,
96
84
datasetParametersType : 'S2' ,
97
85
shServiceHostname : 'https://sh.dataspace.copernicus.eu/' ,
98
- searchIndexUrl : 'https://sh.dataspace.copernicus.eu/index/v3/collections/S2L2A/searchIndex' ,
99
- findDatesUTCUrl : 'https://sh.dataspace.copernicus.eu/index/v3/collections/S2L2A/findAvailableData' ,
100
86
orbitTimeMinutes : 50.3 ,
101
87
minDate : new Date ( Date . UTC ( 2016 , 10 - 1 , 20 , 8 , 9 , 58 ) ) , // 2016-10-20T08:09:58Z
102
88
maxDate : null ,
@@ -110,8 +96,6 @@ export const DATASET_CDAS_OTC_S2L2A: Dataset = {
110
96
shProcessingApiDatasourceAbbreviation : 'S2L2A' ,
111
97
datasetParametersType : 'S2' ,
112
98
shServiceHostname : 'https://sh-otc.dataspace.copernicus.eu/' ,
113
- searchIndexUrl : 'https://sh-otc.dataspace.copernicus.eu/index/v3/collections/S2L2A/searchIndex' ,
114
- findDatesUTCUrl : 'https://sh-otc.dataspace.copernicus.eu/index/v3/collections/S2L2A/findAvailableData' ,
115
99
orbitTimeMinutes : 50.3 ,
116
100
minDate : new Date ( Date . UTC ( 2016 , 10 - 1 , 20 , 8 , 9 , 58 ) ) , // 2016-10-20T08:09:58Z
117
101
maxDate : null ,
@@ -125,8 +109,6 @@ export const DATASET_CDAS_S2L1C: Dataset = {
125
109
shProcessingApiDatasourceAbbreviation : 'S2L1C' ,
126
110
datasetParametersType : 'S2' ,
127
111
shServiceHostname : 'https://sh.dataspace.copernicus.eu/' ,
128
- searchIndexUrl : 'https://sh.dataspace.copernicus.eu/index/v3/collections/S2L1C/searchIndex' ,
129
- findDatesUTCUrl : 'https://sh.dataspace.copernicus.eu/index/v3/collections/S2L1C/findAvailableData' ,
130
112
orbitTimeMinutes : 50.3 ,
131
113
minDate : new Date ( Date . UTC ( 2015 , 6 - 1 , 27 , 10 , 25 , 31 ) ) , // 2015-06-27T10:25:31
132
114
maxDate : null ,
@@ -140,8 +122,6 @@ export const DATASET_CDAS_OTC_S2L1C: Dataset = {
140
122
shProcessingApiDatasourceAbbreviation : 'S2L1C' ,
141
123
datasetParametersType : 'S2' ,
142
124
shServiceHostname : 'https://sh-otc.dataspace.copernicus.eu/' ,
143
- searchIndexUrl : 'https://sh-otc.dataspace.copernicus.eu/index/v3/collections/S2L1C/searchIndex' ,
144
- findDatesUTCUrl : 'https://sh-otc.dataspace.copernicus.eu/index/v3/collections/S2L1C/findAvailableData' ,
145
125
orbitTimeMinutes : 50.3 ,
146
126
minDate : new Date ( Date . UTC ( 2015 , 6 - 1 , 27 , 10 , 25 , 31 ) ) , // 2015-06-27T10:25:31
147
127
maxDate : null ,
@@ -155,8 +135,6 @@ export const DATASET_S3SLSTR: Dataset = {
155
135
shProcessingApiDatasourceAbbreviation : 'S3SLSTR' ,
156
136
datasetParametersType : 'S3SLSTR' ,
157
137
shServiceHostname : 'https://creodias.sentinel-hub.com/' ,
158
- searchIndexUrl : 'https://creodias.sentinel-hub.com/index/v3/collections/S3SLSTR/searchIndex' ,
159
- findDatesUTCUrl : 'https://creodias.sentinel-hub.com/index/v3/collections/S3SLSTR/findAvailableData' ,
160
138
orbitTimeMinutes : 50.495 ,
161
139
minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 19 , 0 , 46 , 32 ) ) , // 2016-04-19T00:46:32.578
162
140
maxDate : null ,
@@ -170,8 +148,6 @@ export const DATASET_CDAS_S3SLSTR: Dataset = {
170
148
shProcessingApiDatasourceAbbreviation : 'S3SLSTR' ,
171
149
datasetParametersType : 'S3SLSTR' ,
172
150
shServiceHostname : 'https://sh.dataspace.copernicus.eu/' ,
173
- searchIndexUrl : 'https://sh.dataspace.copernicus.eu/index/v3/collections/S3SLSTR/searchIndex' ,
174
- findDatesUTCUrl : 'https://sh.dataspace.copernicus.eu/index/v3/collections/S3SLSTR/findAvailableData' ,
175
151
orbitTimeMinutes : 50.495 ,
176
152
minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 19 , 0 , 46 , 32 ) ) , // 2016-04-19T00:46:32.578
177
153
maxDate : null ,
@@ -185,8 +161,6 @@ export const DATASET_CDAS_OTC_S3SLSTR: Dataset = {
185
161
shProcessingApiDatasourceAbbreviation : 'S3SLSTR' ,
186
162
datasetParametersType : 'S3SLSTR' ,
187
163
shServiceHostname : 'https://sh-otc.dataspace.copernicus.eu/' ,
188
- searchIndexUrl : 'https://sh-otc.dataspace.copernicus.eu/index/v3/collections/S3SLSTR/searchIndex' ,
189
- findDatesUTCUrl : 'https://sh-otc.dataspace.copernicus.eu/index/v3/collections/S3SLSTR/findAvailableData' ,
190
164
orbitTimeMinutes : 50.495 ,
191
165
minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 19 , 0 , 46 , 32 ) ) , // 2016-04-19T00:46:32.578
192
166
maxDate : null ,
@@ -200,8 +174,6 @@ export const DATASET_S3OLCI: Dataset = {
200
174
shProcessingApiDatasourceAbbreviation : 'S3OLCI' ,
201
175
datasetParametersType : 'S3' ,
202
176
shServiceHostname : 'https://creodias.sentinel-hub.com/' ,
203
- searchIndexUrl : 'https://creodias.sentinel-hub.com/index/v3/collections/S3OLCI/searchIndex' ,
204
- findDatesUTCUrl : 'https://creodias.sentinel-hub.com/index/v3/collections/S3OLCI/findAvailableData' ,
205
177
orbitTimeMinutes : 50.495 ,
206
178
minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 25 , 11 , 33 , 14 ) ) , // 2016-04-25T11:33:14
207
179
maxDate : null ,
@@ -215,8 +187,6 @@ export const DATASET_CDAS_S3OLCI: Dataset = {
215
187
shProcessingApiDatasourceAbbreviation : 'S3OLCI' ,
216
188
datasetParametersType : 'S3' ,
217
189
shServiceHostname : 'https://sh.dataspace.copernicus.eu/' ,
218
- searchIndexUrl : 'https://sh.dataspace.copernicus.eu/index/v3/collections/S3OLCI/searchIndex' ,
219
- findDatesUTCUrl : 'https://sh.dataspace.copernicus.eu/index/v3/collections/S3OLCI/findAvailableData' ,
220
190
orbitTimeMinutes : 50.495 ,
221
191
minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 25 , 11 , 33 , 14 ) ) , // 2016-04-25T11:33:14
222
192
maxDate : null ,
@@ -230,8 +200,6 @@ export const DATASET_CDAS_S3OLCIL2: Dataset = {
230
200
shProcessingApiDatasourceAbbreviation : 'sentinel-3-olci-l2' ,
231
201
datasetParametersType : 'S3' ,
232
202
shServiceHostname : 'https://sh.dataspace.copernicus.eu/' ,
233
- searchIndexUrl : 'https://sh.dataspace.copernicus.eu/index/v3/collections/S3OLCIL2/searchIndex' ,
234
- findDatesUTCUrl : 'https://sh.dataspace.copernicus.eu/index/v3/collections/S3OLCIL2/findAvailableData' ,
235
203
orbitTimeMinutes : 50.495 ,
236
204
minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 25 , 11 , 33 , 14 ) ) , // 2016-04-25T11:33:14
237
205
maxDate : null ,
@@ -245,8 +213,6 @@ export const DATASET_CDAS_S3SYNERGYL2: Dataset = {
245
213
shProcessingApiDatasourceAbbreviation : 'sentinel-3-synergy-l2' ,
246
214
datasetParametersType : 'S3' ,
247
215
shServiceHostname : 'https://sh.dataspace.copernicus.eu/' ,
248
- searchIndexUrl : 'https://sh.dataspace.copernicus.eu/index/v3/collections/S3SYNL2/searchIndex' ,
249
- findDatesUTCUrl : 'https://sh.dataspace.copernicus.eu/index/v3/collections/S3SYNL2/findAvailableData' ,
250
216
orbitTimeMinutes : 50.495 ,
251
217
minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 25 , 11 , 33 , 14 ) ) , // 2016-04-25T11:33:14
252
218
maxDate : null ,
@@ -260,8 +226,6 @@ export const DATASET_CDAS_OTC_S3OLCI: Dataset = {
260
226
shProcessingApiDatasourceAbbreviation : 'S3OLCI' ,
261
227
datasetParametersType : 'S3' ,
262
228
shServiceHostname : 'https://sh-otc.dataspace.copernicus.eu/' ,
263
- searchIndexUrl : 'https://sh-otc.dataspace.copernicus.eu/index/v3/collections/S3OLCI/searchIndex' ,
264
- findDatesUTCUrl : 'https://sh-otc.dataspace.copernicus.eu/index/v3/collections/S3OLCI/findAvailableData' ,
265
229
orbitTimeMinutes : 50.495 ,
266
230
minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 25 , 11 , 33 , 14 ) ) , // 2016-04-25T11:33:14
267
231
maxDate : null ,
@@ -275,8 +239,6 @@ export const DATASET_CDAS_OTC_S3OLCIL2: Dataset = {
275
239
shProcessingApiDatasourceAbbreviation : 'sentinel-3-olci-l2' ,
276
240
datasetParametersType : 'S3' ,
277
241
shServiceHostname : 'https://sh-otc.dataspace.copernicus.eu/' ,
278
- searchIndexUrl : 'https://sh-otc.dataspace.copernicus.eu/index/v3/collections/S3OLCIL2/searchIndex' ,
279
- findDatesUTCUrl : 'https://sh-otc.dataspace.copernicus.eu/index/v3/collections/S3OLCIL2/findAvailableData' ,
280
242
orbitTimeMinutes : 50.495 ,
281
243
minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 25 , 11 , 33 , 14 ) ) , // 2016-04-25T11:33:14
282
244
maxDate : null ,
@@ -290,8 +252,6 @@ export const DATASET_S5PL2: Dataset = {
290
252
shProcessingApiDatasourceAbbreviation : 'S5PL2' ,
291
253
datasetParametersType : 'S5PL2' ,
292
254
shServiceHostname : 'https://creodias.sentinel-hub.com/' ,
293
- searchIndexUrl : 'https://creodias.sentinel-hub.com/index/v3/collections/S5PL2/searchIndex' ,
294
- findDatesUTCUrl : 'https://creodias.sentinel-hub.com/index/v3/collections/S5PL2/findAvailableData' ,
295
255
orbitTimeMinutes : 101 ,
296
256
minDate : new Date ( Date . UTC ( 2018 , 4 - 1 , 30 , 0 , 18 , 51 ) ) , // 2018-04-30T00:18:51
297
257
maxDate : null ,
@@ -305,8 +265,6 @@ export const DATASET_CDAS_S5PL2: Dataset = {
305
265
shProcessingApiDatasourceAbbreviation : 'S5PL2' ,
306
266
datasetParametersType : 'S5PL2' ,
307
267
shServiceHostname : 'https://sh.dataspace.copernicus.eu/' ,
308
- searchIndexUrl : 'https://sh.dataspace.copernicus.eu/index/v3/collections/S5PL2/searchIndex' ,
309
- findDatesUTCUrl : 'https://sh.dataspace.copernicus.eu/index/v3/collections/S5PL2/findAvailableData' ,
310
268
orbitTimeMinutes : 101 ,
311
269
minDate : new Date ( Date . UTC ( 2018 , 4 - 1 , 30 , 0 , 18 , 51 ) ) , // 2018-04-30T00:18:51
312
270
maxDate : null ,
@@ -320,8 +278,6 @@ export const DATASET_CDAS_OTC_S5PL2: Dataset = {
320
278
shProcessingApiDatasourceAbbreviation : 'S5PL2' ,
321
279
datasetParametersType : 'S5PL2' ,
322
280
shServiceHostname : 'https://sh-otc.dataspace.copernicus.eu/' ,
323
- searchIndexUrl : 'https://sh-otc.dataspace.copernicus.eu/index/v3/collections/S5PL2/searchIndex' ,
324
- findDatesUTCUrl : 'https://sh-otc.dataspace.copernicus.eu/index/v3/collections/S5PL2/findAvailableData' ,
325
281
orbitTimeMinutes : 101 ,
326
282
minDate : new Date ( Date . UTC ( 2018 , 4 - 1 , 30 , 0 , 18 , 51 ) ) , // 2018-04-30T00:18:51
327
283
maxDate : null ,
@@ -335,8 +291,6 @@ export const DATASET_AWS_L8L1C: Dataset = {
335
291
shProcessingApiDatasourceAbbreviation : 'L8L1C' ,
336
292
datasetParametersType : null ,
337
293
shServiceHostname : 'https://services-uswest2.sentinel-hub.com/' ,
338
- searchIndexUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/L8L1C/searchIndex' ,
339
- findDatesUTCUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/L8L1C/findAvailableData' ,
340
294
orbitTimeMinutes : 99 ,
341
295
minDate : new Date ( Date . UTC ( 2013 , 3 - 1 , 18 , 15 , 59 , 2 ) ) , // 2013-03-18T15:59:02.334
342
296
maxDate : null ,
@@ -350,8 +304,6 @@ export const DATASET_AWS_LOTL1: Dataset = {
350
304
shProcessingApiDatasourceAbbreviation : 'LOTL1' ,
351
305
datasetParametersType : null ,
352
306
shServiceHostname : 'https://services-uswest2.sentinel-hub.com/' ,
353
- searchIndexUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/LOTL1/searchIndex' ,
354
- findDatesUTCUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/LOTL1/findAvailableData' ,
355
307
orbitTimeMinutes : 99 ,
356
308
minDate : new Date ( Date . UTC ( 2013 , 3 - 1 , 18 , 15 , 58 , 14 ) ) , // 2013-03-18T15:58:14Z
357
309
maxDate : null ,
@@ -365,8 +317,6 @@ export const DATASET_AWS_LOTL2: Dataset = {
365
317
shProcessingApiDatasourceAbbreviation : 'LOTL2' ,
366
318
datasetParametersType : null ,
367
319
shServiceHostname : 'https://services-uswest2.sentinel-hub.com/' ,
368
- searchIndexUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/LOTL2/searchIndex' ,
369
- findDatesUTCUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/LOTL2/findAvailableData' ,
370
320
orbitTimeMinutes : 99 ,
371
321
minDate : new Date ( Date . UTC ( 2013 , 3 - 1 , 18 , 15 , 58 , 14 ) ) , // 2013-03-18T15:58:14Z
372
322
maxDate : null ,
@@ -380,8 +330,6 @@ export const DATASET_AWS_LTML1: Dataset = {
380
330
shProcessingApiDatasourceAbbreviation : 'LTML1' ,
381
331
datasetParametersType : null ,
382
332
shServiceHostname : 'https://services-uswest2.sentinel-hub.com/' ,
383
- searchIndexUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/LTML1/searchIndex' ,
384
- findDatesUTCUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/LTML1/findAvailableData' ,
385
333
orbitTimeMinutes : 99 ,
386
334
minDate : new Date ( Date . UTC ( 1982 , 8 - 1 , 22 , 14 , 18 , 20 ) ) , // 1982-08-22 14:18:20 UTC
387
335
maxDate : new Date ( Date . UTC ( 2012 , 5 - 1 , 5 , 17 , 54 , 6 ) ) , // 2012-05-05 17:54:06 UTC
@@ -395,8 +343,6 @@ export const DATASET_AWS_LTML2: Dataset = {
395
343
shProcessingApiDatasourceAbbreviation : 'LTML2' ,
396
344
datasetParametersType : null ,
397
345
shServiceHostname : 'https://services-uswest2.sentinel-hub.com/' ,
398
- searchIndexUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/LTML2/searchIndex' ,
399
- findDatesUTCUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/LTML2/findAvailableData' ,
400
346
orbitTimeMinutes : 99 ,
401
347
minDate : new Date ( Date . UTC ( 1982 , 8 - 1 , 22 , 14 , 18 , 20 ) ) , // 1982-08-22 14:18:20 UTC
402
348
maxDate : new Date ( Date . UTC ( 2012 , 5 - 1 , 5 , 17 , 54 , 6 ) ) , // 2012-05-05 17:54:06 UTC
@@ -410,8 +356,6 @@ export const DATASET_AWS_LMSSL1: Dataset = {
410
356
shProcessingApiDatasourceAbbreviation : 'LMSSL1' ,
411
357
datasetParametersType : null ,
412
358
shServiceHostname : 'https://services-uswest2.sentinel-hub.com/' ,
413
- searchIndexUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/LMSSL1/searchIndex' ,
414
- findDatesUTCUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/LMSSL1/findAvailableData' ,
415
359
orbitTimeMinutes : 99 ,
416
360
minDate : new Date ( Date . UTC ( 1972 , 7 - 1 , 1 , 0 , 0 , 0 ) ) ,
417
361
maxDate : new Date ( Date . UTC ( 2013 , 1 - 1 , 31 , 23 , 59 , 59 ) ) ,
@@ -425,8 +369,6 @@ export const DATASET_AWS_LETML1: Dataset = {
425
369
shProcessingApiDatasourceAbbreviation : 'LETML1' ,
426
370
datasetParametersType : null ,
427
371
shServiceHostname : 'https://services-uswest2.sentinel-hub.com/' ,
428
- searchIndexUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/LETML1/searchIndex' ,
429
- findDatesUTCUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/LETML1/findAvailableData' ,
430
372
orbitTimeMinutes : 99 ,
431
373
minDate : new Date ( Date . UTC ( 1999 , 4 - 1 , 1 , 0 , 0 , 0 ) ) ,
432
374
maxDate : null ,
@@ -440,8 +382,6 @@ export const DATASET_AWS_LETML2: Dataset = {
440
382
shProcessingApiDatasourceAbbreviation : 'LETML2' ,
441
383
datasetParametersType : null ,
442
384
shServiceHostname : 'https://services-uswest2.sentinel-hub.com/' ,
443
- searchIndexUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/LETML2/searchIndex' ,
444
- findDatesUTCUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/LETML2/findAvailableData' ,
445
385
orbitTimeMinutes : 99 ,
446
386
minDate : new Date ( Date . UTC ( 1999 , 4 - 1 , 1 , 0 , 0 , 0 ) ) ,
447
387
maxDate : null ,
@@ -455,8 +395,6 @@ export const DATASET_AWS_HLS: Dataset = {
455
395
shProcessingApiDatasourceAbbreviation : 'HLS' ,
456
396
datasetParametersType : 'HLS' ,
457
397
shServiceHostname : 'https://services-uswest2.sentinel-hub.com/' ,
458
- searchIndexUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/HLS/searchIndex' ,
459
- findDatesUTCUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/HLS/findAvailableData' ,
460
398
orbitTimeMinutes : 99 ,
461
399
minDate : new Date ( Date . UTC ( 2013 , 4 - 1 , 1 , 0 , 25 , 55 ) ) , // 2013-04-01T00:25:55.457
462
400
maxDate : null ,
@@ -470,8 +408,6 @@ export const DATASET_MODIS: Dataset = {
470
408
shProcessingApiDatasourceAbbreviation : 'MODIS' ,
471
409
datasetParametersType : null ,
472
410
shServiceHostname : 'https://services-uswest2.sentinel-hub.com/' ,
473
- searchIndexUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/MODIS/searchIndex' ,
474
- findDatesUTCUrl : 'https://services-uswest2.sentinel-hub.com/index/v3/collections/MODIS/findAvailableData' ,
475
411
orbitTimeMinutes : 99 ,
476
412
minDate : new Date ( Date . UTC ( 2000 , 2 - 1 , 24 , 12 , 0 , 0 ) ) , // 2000-02-24T12:00:00
477
413
maxDate : new Date ( Date . UTC ( 2023 , 2 - 1 , 10 , 12 , 0 , 0 ) ) , // 2023-02-10T12:00:00
@@ -485,8 +421,6 @@ export const DATASET_AWS_DEM: Dataset = {
485
421
shProcessingApiDatasourceAbbreviation : 'DEM' ,
486
422
datasetParametersType : null ,
487
423
shServiceHostname : 'https://services.sentinel-hub.com/' ,
488
- searchIndexUrl : null ,
489
- findDatesUTCUrl : null ,
490
424
orbitTimeMinutes : null ,
491
425
minDate : null ,
492
426
maxDate : null ,
@@ -499,8 +433,6 @@ export const DATASET_AWSUS_DEM: Dataset = {
499
433
shProcessingApiDatasourceAbbreviation : 'DEM' ,
500
434
datasetParametersType : null ,
501
435
shServiceHostname : 'https://services-uswest2.sentinel-hub.com/' ,
502
- searchIndexUrl : null ,
503
- findDatesUTCUrl : null ,
504
436
orbitTimeMinutes : null ,
505
437
minDate : null ,
506
438
maxDate : null ,
@@ -513,8 +445,6 @@ export const DATASET_CDAS_DEM: Dataset = {
513
445
shProcessingApiDatasourceAbbreviation : 'DEM' ,
514
446
datasetParametersType : null ,
515
447
shServiceHostname : 'https://sh.dataspace.copernicus.eu/' ,
516
- searchIndexUrl : null ,
517
- findDatesUTCUrl : null ,
518
448
orbitTimeMinutes : null ,
519
449
minDate : null ,
520
450
maxDate : null ,
@@ -527,8 +457,6 @@ export const DATASET_CDAS_OTC_DEM: Dataset = {
527
457
shProcessingApiDatasourceAbbreviation : 'DEM' ,
528
458
datasetParametersType : null ,
529
459
shServiceHostname : 'https://sh-otc.dataspace.copernicus.eu/' ,
530
- searchIndexUrl : null ,
531
- findDatesUTCUrl : null ,
532
460
orbitTimeMinutes : null ,
533
461
minDate : null ,
534
462
maxDate : null ,
@@ -541,8 +469,6 @@ export const DATASET_BYOC: Dataset = {
541
469
shProcessingApiDatasourceAbbreviation : 'CUSTOM' ,
542
470
datasetParametersType : 'BYOC' ,
543
471
shServiceHostname : null , // depends on location, for example: https://services.sentinel-hub.com/
544
- searchIndexUrl : null , // depends on location, for example: https://services.sentinel-hub.com/byoc/v3/collections/CUSTOM/searchIndex
545
- findDatesUTCUrl : null , // depends on location, for example: https://services.sentinel-hub.com/byoc/v3/collections/CUSTOM/findAvailableData
546
472
orbitTimeMinutes : null ,
547
473
minDate : null ,
548
474
maxDate : null ,
@@ -556,8 +482,6 @@ export const DATASET_PLANET_NICFI: Dataset = {
556
482
shProcessingApiDatasourceAbbreviation : null ,
557
483
datasetParametersType : null ,
558
484
shServiceHostname : null ,
559
- searchIndexUrl : null ,
560
- findDatesUTCUrl : null ,
561
485
orbitTimeMinutes : null ,
562
486
minDate : new Date ( Date . UTC ( 2016 , 6 - 1 , 31 , 12 , 0 , 0 ) ) , // '2016-05-31',
563
487
maxDate : null ,
0 commit comments