Closed pesekon2 closed 3 years ago
Thanks! Forgot to update the README when I removed the dependency to pandas.
I updated the section accordingly: https://github.com/yannforget/pylandsat/blob/master/README.md#search-the-catalog
Thank you, everything seems fine to me now. Closing the issue as it was solved by ca6572bd25d9aefd3505119fe78027c281503a75 and c57b2c5ea54560437b03b0a6af268e6dfea82267.
In the section Examples in the README, there is the following code snippet:
However, if you try to run it, it is going to fail with the following error:
The
catalog.search()
method returns alist
object, and such object does not have any methodsort_values()
- probably apandas
DataFrame
or something was expected?