Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Papon authored and Julien Papon committed Jun 14, 2024
1 parent d026457 commit 9db51b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geosyspy/geosys.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def get_satellite_coverage_image_references(
)

df = self.__map_product_service.get_satellite_coverage(
season_field_id, polygon, start_date, end_date, "INSEASON_NDVI", coveragePercent, collections
season_field_id, polygon, start_date, end_date, "", coveragePercent, collections
)
images_references = {}
if df is not None:
Expand Down

0 comments on commit 9db51b7

Please sign in to comment.