@@ -5,8 +5,6 @@ export type Dataset = {
55 shProcessingApiDatasourceAbbreviation : string ;
66 datasetParametersType : string | null ;
77 shServiceHostname : string ;
8- searchIndexUrl : string ;
9- findDatesUTCUrl : string ;
108 orbitTimeMinutes : number ;
119 minDate : Date | null ;
1210 maxDate : Date | null ;
@@ -20,8 +18,6 @@ export const DATASET_AWSEU_S1GRD: Dataset = {
2018 shProcessingApiDatasourceAbbreviation : 'S1GRD' ,
2119 datasetParametersType : 'S1GRD' ,
2220 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' ,
2521 orbitTimeMinutes : 49.3 ,
2622 minDate : new Date ( Date . UTC ( 2014 , 10 - 1 , 3 , 0 , 47 , 14 ) ) , // 2014-10-03T00:47:14Z
2723 maxDate : null ,
@@ -35,8 +31,6 @@ export const DATASET_CDAS_S1GRD: Dataset = {
3531 shProcessingApiDatasourceAbbreviation : 'S1GRD' ,
3632 datasetParametersType : 'S1GRD' ,
3733 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' ,
4034 orbitTimeMinutes : 49.3 ,
4135 minDate : new Date ( Date . UTC ( 2014 , 10 - 1 , 3 , 0 , 47 , 14 ) ) , // 2014-10-03T00:47:14Z
4236 maxDate : null ,
@@ -50,8 +44,6 @@ export const DATASET_CDAS_OTC_S1GRD: Dataset = {
5044 shProcessingApiDatasourceAbbreviation : 'S1GRD' ,
5145 datasetParametersType : 'S1GRD' ,
5246 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' ,
5547 orbitTimeMinutes : 49.3 ,
5648 minDate : new Date ( Date . UTC ( 2014 , 10 - 1 , 3 , 0 , 47 , 14 ) ) , // 2014-10-03T00:47:14Z
5749 maxDate : null ,
@@ -65,8 +57,6 @@ export const DATASET_S2L2A: Dataset = {
6557 shProcessingApiDatasourceAbbreviation : 'S2L2A' ,
6658 datasetParametersType : 'S2' ,
6759 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' ,
7060 orbitTimeMinutes : 50.3 ,
7161 minDate : new Date ( Date . UTC ( 2016 , 10 - 1 , 20 , 8 , 9 , 58 ) ) , // 2016-10-20T08:09:58Z
7262 maxDate : null ,
@@ -80,8 +70,6 @@ export const DATASET_S2L1C: Dataset = {
8070 shProcessingApiDatasourceAbbreviation : 'S2L1C' ,
8171 datasetParametersType : 'S2' ,
8272 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' ,
8573 orbitTimeMinutes : 50.3 ,
8674 minDate : new Date ( Date . UTC ( 2015 , 6 - 1 , 27 , 10 , 25 , 31 ) ) , // 2015-06-27T10:25:31
8775 maxDate : null ,
@@ -95,8 +83,6 @@ export const DATASET_CDAS_S2L2A: Dataset = {
9583 shProcessingApiDatasourceAbbreviation : 'S2L2A' ,
9684 datasetParametersType : 'S2' ,
9785 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' ,
10086 orbitTimeMinutes : 50.3 ,
10187 minDate : new Date ( Date . UTC ( 2016 , 10 - 1 , 20 , 8 , 9 , 58 ) ) , // 2016-10-20T08:09:58Z
10288 maxDate : null ,
@@ -110,8 +96,6 @@ export const DATASET_CDAS_OTC_S2L2A: Dataset = {
11096 shProcessingApiDatasourceAbbreviation : 'S2L2A' ,
11197 datasetParametersType : 'S2' ,
11298 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' ,
11599 orbitTimeMinutes : 50.3 ,
116100 minDate : new Date ( Date . UTC ( 2016 , 10 - 1 , 20 , 8 , 9 , 58 ) ) , // 2016-10-20T08:09:58Z
117101 maxDate : null ,
@@ -125,8 +109,6 @@ export const DATASET_CDAS_S2L1C: Dataset = {
125109 shProcessingApiDatasourceAbbreviation : 'S2L1C' ,
126110 datasetParametersType : 'S2' ,
127111 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' ,
130112 orbitTimeMinutes : 50.3 ,
131113 minDate : new Date ( Date . UTC ( 2015 , 6 - 1 , 27 , 10 , 25 , 31 ) ) , // 2015-06-27T10:25:31
132114 maxDate : null ,
@@ -140,8 +122,6 @@ export const DATASET_CDAS_OTC_S2L1C: Dataset = {
140122 shProcessingApiDatasourceAbbreviation : 'S2L1C' ,
141123 datasetParametersType : 'S2' ,
142124 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' ,
145125 orbitTimeMinutes : 50.3 ,
146126 minDate : new Date ( Date . UTC ( 2015 , 6 - 1 , 27 , 10 , 25 , 31 ) ) , // 2015-06-27T10:25:31
147127 maxDate : null ,
@@ -155,8 +135,6 @@ export const DATASET_S3SLSTR: Dataset = {
155135 shProcessingApiDatasourceAbbreviation : 'S3SLSTR' ,
156136 datasetParametersType : 'S3SLSTR' ,
157137 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' ,
160138 orbitTimeMinutes : 50.495 ,
161139 minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 19 , 0 , 46 , 32 ) ) , // 2016-04-19T00:46:32.578
162140 maxDate : null ,
@@ -170,8 +148,6 @@ export const DATASET_CDAS_S3SLSTR: Dataset = {
170148 shProcessingApiDatasourceAbbreviation : 'S3SLSTR' ,
171149 datasetParametersType : 'S3SLSTR' ,
172150 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' ,
175151 orbitTimeMinutes : 50.495 ,
176152 minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 19 , 0 , 46 , 32 ) ) , // 2016-04-19T00:46:32.578
177153 maxDate : null ,
@@ -185,8 +161,6 @@ export const DATASET_CDAS_OTC_S3SLSTR: Dataset = {
185161 shProcessingApiDatasourceAbbreviation : 'S3SLSTR' ,
186162 datasetParametersType : 'S3SLSTR' ,
187163 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' ,
190164 orbitTimeMinutes : 50.495 ,
191165 minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 19 , 0 , 46 , 32 ) ) , // 2016-04-19T00:46:32.578
192166 maxDate : null ,
@@ -200,8 +174,6 @@ export const DATASET_S3OLCI: Dataset = {
200174 shProcessingApiDatasourceAbbreviation : 'S3OLCI' ,
201175 datasetParametersType : 'S3' ,
202176 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' ,
205177 orbitTimeMinutes : 50.495 ,
206178 minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 25 , 11 , 33 , 14 ) ) , // 2016-04-25T11:33:14
207179 maxDate : null ,
@@ -215,8 +187,6 @@ export const DATASET_CDAS_S3OLCI: Dataset = {
215187 shProcessingApiDatasourceAbbreviation : 'S3OLCI' ,
216188 datasetParametersType : 'S3' ,
217189 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' ,
220190 orbitTimeMinutes : 50.495 ,
221191 minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 25 , 11 , 33 , 14 ) ) , // 2016-04-25T11:33:14
222192 maxDate : null ,
@@ -230,8 +200,6 @@ export const DATASET_CDAS_S3OLCIL2: Dataset = {
230200 shProcessingApiDatasourceAbbreviation : 'sentinel-3-olci-l2' ,
231201 datasetParametersType : 'S3' ,
232202 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' ,
235203 orbitTimeMinutes : 50.495 ,
236204 minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 25 , 11 , 33 , 14 ) ) , // 2016-04-25T11:33:14
237205 maxDate : null ,
@@ -245,8 +213,6 @@ export const DATASET_CDAS_S3SYNERGYL2: Dataset = {
245213 shProcessingApiDatasourceAbbreviation : 'sentinel-3-synergy-l2' ,
246214 datasetParametersType : 'S3' ,
247215 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' ,
250216 orbitTimeMinutes : 50.495 ,
251217 minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 25 , 11 , 33 , 14 ) ) , // 2016-04-25T11:33:14
252218 maxDate : null ,
@@ -260,8 +226,6 @@ export const DATASET_CDAS_OTC_S3OLCI: Dataset = {
260226 shProcessingApiDatasourceAbbreviation : 'S3OLCI' ,
261227 datasetParametersType : 'S3' ,
262228 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' ,
265229 orbitTimeMinutes : 50.495 ,
266230 minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 25 , 11 , 33 , 14 ) ) , // 2016-04-25T11:33:14
267231 maxDate : null ,
@@ -275,8 +239,6 @@ export const DATASET_CDAS_OTC_S3OLCIL2: Dataset = {
275239 shProcessingApiDatasourceAbbreviation : 'sentinel-3-olci-l2' ,
276240 datasetParametersType : 'S3' ,
277241 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' ,
280242 orbitTimeMinutes : 50.495 ,
281243 minDate : new Date ( Date . UTC ( 2016 , 4 - 1 , 25 , 11 , 33 , 14 ) ) , // 2016-04-25T11:33:14
282244 maxDate : null ,
@@ -290,8 +252,6 @@ export const DATASET_S5PL2: Dataset = {
290252 shProcessingApiDatasourceAbbreviation : 'S5PL2' ,
291253 datasetParametersType : 'S5PL2' ,
292254 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' ,
295255 orbitTimeMinutes : 101 ,
296256 minDate : new Date ( Date . UTC ( 2018 , 4 - 1 , 30 , 0 , 18 , 51 ) ) , // 2018-04-30T00:18:51
297257 maxDate : null ,
@@ -305,8 +265,6 @@ export const DATASET_CDAS_S5PL2: Dataset = {
305265 shProcessingApiDatasourceAbbreviation : 'S5PL2' ,
306266 datasetParametersType : 'S5PL2' ,
307267 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' ,
310268 orbitTimeMinutes : 101 ,
311269 minDate : new Date ( Date . UTC ( 2018 , 4 - 1 , 30 , 0 , 18 , 51 ) ) , // 2018-04-30T00:18:51
312270 maxDate : null ,
@@ -320,8 +278,6 @@ export const DATASET_CDAS_OTC_S5PL2: Dataset = {
320278 shProcessingApiDatasourceAbbreviation : 'S5PL2' ,
321279 datasetParametersType : 'S5PL2' ,
322280 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' ,
325281 orbitTimeMinutes : 101 ,
326282 minDate : new Date ( Date . UTC ( 2018 , 4 - 1 , 30 , 0 , 18 , 51 ) ) , // 2018-04-30T00:18:51
327283 maxDate : null ,
@@ -335,8 +291,6 @@ export const DATASET_AWS_L8L1C: Dataset = {
335291 shProcessingApiDatasourceAbbreviation : 'L8L1C' ,
336292 datasetParametersType : null ,
337293 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' ,
340294 orbitTimeMinutes : 99 ,
341295 minDate : new Date ( Date . UTC ( 2013 , 3 - 1 , 18 , 15 , 59 , 2 ) ) , // 2013-03-18T15:59:02.334
342296 maxDate : null ,
@@ -350,8 +304,6 @@ export const DATASET_AWS_LOTL1: Dataset = {
350304 shProcessingApiDatasourceAbbreviation : 'LOTL1' ,
351305 datasetParametersType : null ,
352306 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' ,
355307 orbitTimeMinutes : 99 ,
356308 minDate : new Date ( Date . UTC ( 2013 , 3 - 1 , 18 , 15 , 58 , 14 ) ) , // 2013-03-18T15:58:14Z
357309 maxDate : null ,
@@ -365,8 +317,6 @@ export const DATASET_AWS_LOTL2: Dataset = {
365317 shProcessingApiDatasourceAbbreviation : 'LOTL2' ,
366318 datasetParametersType : null ,
367319 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' ,
370320 orbitTimeMinutes : 99 ,
371321 minDate : new Date ( Date . UTC ( 2013 , 3 - 1 , 18 , 15 , 58 , 14 ) ) , // 2013-03-18T15:58:14Z
372322 maxDate : null ,
@@ -380,8 +330,6 @@ export const DATASET_AWS_LTML1: Dataset = {
380330 shProcessingApiDatasourceAbbreviation : 'LTML1' ,
381331 datasetParametersType : null ,
382332 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' ,
385333 orbitTimeMinutes : 99 ,
386334 minDate : new Date ( Date . UTC ( 1982 , 8 - 1 , 22 , 14 , 18 , 20 ) ) , // 1982-08-22 14:18:20 UTC
387335 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 = {
395343 shProcessingApiDatasourceAbbreviation : 'LTML2' ,
396344 datasetParametersType : null ,
397345 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' ,
400346 orbitTimeMinutes : 99 ,
401347 minDate : new Date ( Date . UTC ( 1982 , 8 - 1 , 22 , 14 , 18 , 20 ) ) , // 1982-08-22 14:18:20 UTC
402348 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 = {
410356 shProcessingApiDatasourceAbbreviation : 'LMSSL1' ,
411357 datasetParametersType : null ,
412358 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' ,
415359 orbitTimeMinutes : 99 ,
416360 minDate : new Date ( Date . UTC ( 1972 , 7 - 1 , 1 , 0 , 0 , 0 ) ) ,
417361 maxDate : new Date ( Date . UTC ( 2013 , 1 - 1 , 31 , 23 , 59 , 59 ) ) ,
@@ -425,8 +369,6 @@ export const DATASET_AWS_LETML1: Dataset = {
425369 shProcessingApiDatasourceAbbreviation : 'LETML1' ,
426370 datasetParametersType : null ,
427371 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' ,
430372 orbitTimeMinutes : 99 ,
431373 minDate : new Date ( Date . UTC ( 1999 , 4 - 1 , 1 , 0 , 0 , 0 ) ) ,
432374 maxDate : null ,
@@ -440,8 +382,6 @@ export const DATASET_AWS_LETML2: Dataset = {
440382 shProcessingApiDatasourceAbbreviation : 'LETML2' ,
441383 datasetParametersType : null ,
442384 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' ,
445385 orbitTimeMinutes : 99 ,
446386 minDate : new Date ( Date . UTC ( 1999 , 4 - 1 , 1 , 0 , 0 , 0 ) ) ,
447387 maxDate : null ,
@@ -455,8 +395,6 @@ export const DATASET_AWS_HLS: Dataset = {
455395 shProcessingApiDatasourceAbbreviation : 'HLS' ,
456396 datasetParametersType : 'HLS' ,
457397 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' ,
460398 orbitTimeMinutes : 99 ,
461399 minDate : new Date ( Date . UTC ( 2013 , 4 - 1 , 1 , 0 , 25 , 55 ) ) , // 2013-04-01T00:25:55.457
462400 maxDate : null ,
@@ -470,8 +408,6 @@ export const DATASET_MODIS: Dataset = {
470408 shProcessingApiDatasourceAbbreviation : 'MODIS' ,
471409 datasetParametersType : null ,
472410 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' ,
475411 orbitTimeMinutes : 99 ,
476412 minDate : new Date ( Date . UTC ( 2000 , 2 - 1 , 24 , 12 , 0 , 0 ) ) , // 2000-02-24T12:00:00
477413 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 = {
485421 shProcessingApiDatasourceAbbreviation : 'DEM' ,
486422 datasetParametersType : null ,
487423 shServiceHostname : 'https://services.sentinel-hub.com/' ,
488- searchIndexUrl : null ,
489- findDatesUTCUrl : null ,
490424 orbitTimeMinutes : null ,
491425 minDate : null ,
492426 maxDate : null ,
@@ -499,8 +433,6 @@ export const DATASET_AWSUS_DEM: Dataset = {
499433 shProcessingApiDatasourceAbbreviation : 'DEM' ,
500434 datasetParametersType : null ,
501435 shServiceHostname : 'https://services-uswest2.sentinel-hub.com/' ,
502- searchIndexUrl : null ,
503- findDatesUTCUrl : null ,
504436 orbitTimeMinutes : null ,
505437 minDate : null ,
506438 maxDate : null ,
@@ -513,8 +445,6 @@ export const DATASET_CDAS_DEM: Dataset = {
513445 shProcessingApiDatasourceAbbreviation : 'DEM' ,
514446 datasetParametersType : null ,
515447 shServiceHostname : 'https://sh.dataspace.copernicus.eu/' ,
516- searchIndexUrl : null ,
517- findDatesUTCUrl : null ,
518448 orbitTimeMinutes : null ,
519449 minDate : null ,
520450 maxDate : null ,
@@ -527,8 +457,6 @@ export const DATASET_CDAS_OTC_DEM: Dataset = {
527457 shProcessingApiDatasourceAbbreviation : 'DEM' ,
528458 datasetParametersType : null ,
529459 shServiceHostname : 'https://sh-otc.dataspace.copernicus.eu/' ,
530- searchIndexUrl : null ,
531- findDatesUTCUrl : null ,
532460 orbitTimeMinutes : null ,
533461 minDate : null ,
534462 maxDate : null ,
@@ -541,8 +469,6 @@ export const DATASET_BYOC: Dataset = {
541469 shProcessingApiDatasourceAbbreviation : 'CUSTOM' ,
542470 datasetParametersType : 'BYOC' ,
543471 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
546472 orbitTimeMinutes : null ,
547473 minDate : null ,
548474 maxDate : null ,
@@ -556,8 +482,6 @@ export const DATASET_PLANET_NICFI: Dataset = {
556482 shProcessingApiDatasourceAbbreviation : null ,
557483 datasetParametersType : null ,
558484 shServiceHostname : null ,
559- searchIndexUrl : null ,
560- findDatesUTCUrl : null ,
561485 orbitTimeMinutes : null ,
562486 minDate : new Date ( Date . UTC ( 2016 , 6 - 1 , 31 , 12 , 0 , 0 ) ) , // '2016-05-31',
563487 maxDate : null ,
0 commit comments