Skip to content

Commit

Permalink
Merge branch 'develop' into feature/adding_mdm_unitProfileUnitCategor…
Browse files Browse the repository at this point in the history
…ies_and_difference_maps
  • Loading branch information
AdrienJaussaudGeosys authored Aug 19, 2024
2 parents d284831 + 2558713 commit 9633189
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion geosyspy/geosys.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ def download_image_difference_map(
"""Downloads a satellite image locally resulting of the difference between 2 images
Args:
season_field_id : season_field_id
polygon: season field geometry
image_id_earliest : the earliest image reference from the satellite coverage.
image_id_latest : the latest image reference from the satellite coverage.
"""
Expand Down
1 change: 0 additions & 1 deletion geosyspy/services/map_product_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ def get_zipped_tiff_difference_map(
payload,
{"X-Geosys-Task-Code": PRIORITY_HEADERS[self.priority_queue]},
)

if response_zipped_tiff.status_code != 200:
raise HTTPError(
"Unable to download tiff.zip file. Server error: "
Expand Down

0 comments on commit 9633189

Please sign in to comment.