Skip to content

Commit

Permalink
removed temporal fix in SentinelHubDemTask
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Mar 16, 2020
1 parent 6ca4012 commit 6508d70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions io/eolearn/io/processing_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,6 @@ def _build_requests(self, bbox, size_x, size_y, timestamp, time_interval):
data_folder=self.cache_folder
)

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

return [request]

def _extract_data(self, eopatch, images, shape):
Expand Down

0 comments on commit 6508d70

Please sign in to comment.