Skip to content

Commit 6508d70

Browse files
committed
removed temporal fix in SentinelHubDemTask
1 parent 6ca4012 commit 6508d70

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

io/eolearn/io/processing_api.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,6 @@ def _build_requests(self, bbox, size_x, size_y, timestamp, time_interval):
462462
data_folder=self.cache_folder
463463
)
464464

465-
# The following is temporal fix, which will soon be resolved on the service:
466-
del request.download_list[0].post_values['input']['data'][0]['dataFilter']
467-
468465
return [request]
469466

470467
def _extract_data(self, eopatch, images, shape):

0 commit comments

Comments
 (0)