Skip to content

Commit

Permalink
Update src/imagery/i.eodag/i.eodag.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Blumentrath <[email protected]>
  • Loading branch information
HamedElgizery and ninsbl authored Jun 23, 2024
1 parent 72cfdc9 commit 01d5a76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/imagery/i.eodag/i.eodag.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,6 @@ def filter_result(search_result, geometry, **kwargs):
)
# Product's geometry contains the AOI
elif area_relation == "Contains":
print("HERE")
search_result = search_result.filter_overlap(
geometry=geometry, contains=True
)
Expand Down

0 comments on commit 01d5a76

Please sign in to comment.