diff --git a/src/worldcereal/seasons.py b/src/worldcereal/seasons.py index a0df9382..f889295d 100644 --- a/src/worldcereal/seasons.py +++ b/src/worldcereal/seasons.py @@ -53,7 +53,7 @@ def circular_distance(a, b): return median_day -def doy_from_tiff(season: str, kind: str, bonds: tuple, epsg: int, resolution: int): +def doy_from_tiff(season: str, kind: str, bounds: tuple, epsg: int, resolution: int): """Function to read SOS/EOS DOY from TIFF Args: