yannforget / landsatxplore

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

Error when downloading: None of the archived ids succeeded! Update necessary! #99

Closed BastosCaio closed 12 months ago

BastosCaio commented 1 year ago

error_using_Landsat_EarthExplorer

Hello,

I am trying to download a Landsat image using the code above, made from the examples given in the package documentation. The package doesn't seem to be able to download the image from the ID that was obtained using api.search function.

The error that I'm getting is: "None of the archived ids succeeded! Update necessary!"

Does anybody know what could be wrong here?

thomasoxe commented 1 year ago

I get the same problem when trying to download newer Landsat-8 and -9 data

hiyamdebary commented 1 year ago

I get the same problem when trying to download newer Landsat-8 and -9 data

error_using_Landsat_EarthExplorer

Hello,

I am trying to download a Landsat image using the code above, made from the examples given in the package documentation. The package doesn't seem to be able to download the image from the ID that was obtained using api.search function.

The error that I'm getting is: "None of the archived ids succeeded! Update necessary!"

Does anybody know what could be wrong here?

Hello, I have fixed this issue, see the commit https://github.com/yannforget/landsatxplore/compare/master...hiyamdebary:landsatxplore:master

neteler commented 1 year ago

I have fixed this issue, see the commit master...hiyamdebary:landsatxplore:master

I have just merged your PR #106. Please close this issue if it solved the problem, thanks.

thomasoxe commented 1 year ago

This worked for me, thanks:)

thomasoxe commented 11 months ago

Will you add this change to release?

neteler commented 11 months ago

Will you add this change to release?

Unfortunately, while having meanwhile "merge" rights here I don't know how the pypi release procedure works. Can @valpamp or @yannforget please help?