Skip to content

Error related to time series search when retrieving Sentinel-2 time series #110

Description

@AbnerErnaniADSFatec

When the user request a time series from Sentinel-2, using the end date of timeline, raises an error:

        time_series.df()
        ~~~~~~~~~~~~~~^^
        File "/home/abner/.local/lib/python3.13/site-packages/wtss/timeseries_search.py", line 179, in df
        for _ in self.iterator():
        ~~~~~~~~~~~~~^^
        File "/home/abner/.local/lib/python3.13/site-packages/wtss/timeseries_search.py", line 248, in iterator
        length=self._pagination['total_pages']) as bar:
        ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
       TypeError: 'NoneType' object is not subscriptable

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions