Skip to content

Commit

Permalink
add check for different SH deployments for process requests also
Browse files Browse the repository at this point in the history
  • Loading branch information
zansinergise committed Nov 17, 2023
1 parent b774b66 commit 9794e3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rest/processing/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,8 @@ def execute_sync(self):
if self.width == 0 or self.height == 0:
raise ImageDimensionInvalid(self.width, self.height)

self.check_if_data_fusion_possible()

return self.sentinel_hub.create_processing_request(
bbox=self.bbox,
epsg_code=self.epsg_code,
Expand Down

0 comments on commit 9794e3e

Please sign in to comment.