Page 1 of 1

Data Download LP DAAC Data Pool with Python Issue

Posted: Tue Jan 26, 2021 2:25 pm America/New_York
by rawhitephd
I am trying to download a set of GEDI granules that I have obtained and created a CSV for. I had success three days ago in downloading 18 GEDI h5 files. However, now when I go to try to repeat the process I get the following error.

InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised.

I also get a warning

Verify that your username and password are correct in... \.netrc

I have done that and it is the correct username and password combination. At least it works at the login site through the Chrome browser.

To make it more confusing, I tried it substituting in a single h5 file name, and I still received the same errors (including the login error) but the file downloaded to the directory correctly.

Re: Data Download LP DAAC Data Pool with Python Issue

Posted: Thu Jan 28, 2021 3:00 pm America/New_York
by LP DAAC - lien
Hi,
Have you had any luck since Tuesday accessing this data? If not can you send us your python script? Preferably through the lpdaac@usgs.gov.

Thanks,
Brett

Re: Data Download LP DAAC Data Pool with Python Issue

Posted: Fri Feb 11, 2022 3:52 am America/New_York
by antjeuhde
Hello there,

I am having the same issue. A few days ago this would occur after downloading about 50 granules but now this error is thrown immediately. I am using the conda environment and python script distributed by LP DAAC. My .netrc stored credentials are correct.

Does anyone know of a solution or what might cause the error?

Thanks,
Antje

Re: Data Download LP DAAC Data Pool with Python Issue

Posted: Tue Feb 15, 2022 10:26 am America/New_York
by LP DAAC - lien
Hi,
We will need to look at your script to see what may be going on.
Thanks

Re: Data Download LP DAAC Data Pool with Python Issue

Posted: Tue Feb 15, 2022 4:24 pm America/New_York
by LP DAAC - afriesz
@antjeuhde ,

Are you still experiencing the error described previously? What GEDI data products are you downloading? Would you be able to share the python script you using to download these files?