yannforget / landsatxplore

Search and download Landsat scenes from EarthExplorer.
MIT License
216 stars 95 forks source link

Pypi files are out of date #121

Open hgf777-br opened 2 months ago

hgf777-br commented 2 months ago

I installed the default version from Pypi using:

pip install landsatexplore

It install fine and connects to the api. But when I try to download a scene I got a download error.

After reading some issues and comparing the code in the repository with the one installed by pip I found out they arte not the same.

So I donwloaded the files from the repository and replaced them in my virtual enviroment.

Now it is working perfectly. I believe someone has to update the Pypi repository. Thanks for the great software.

veroandreo commented 2 months ago

Hello @hgf777-br,

Unfortunately the original developer of landsatxplore cannot mantain the package any longer (for a couple of years already). Me or @neteler can merge PRs (if someone tests and tells us what to merge), but I have no idea how to update Pypi files or do new releases (and neither time nor needed credentials to do so).

Personally, I moved to eodag library that supports several EO data providers.