Dear PODAAC database experts,
I have used the python program of the discussion above to download SST data from GHRSST.
I run the following command on anaconda on window 10:
"python drive_download.py -u Username:Password -s 20020601 -f 20200804 -x MUR-JPL-L4-GLOB-v4.1 -t wget"
Note that the username and password I used is the one derived from
"Access PO.DAAC Drive API Credentials"
After running the code I got the following errors:
"
Please wait while program searching for the granules ...
OK to download? [yes or no]: yes
--2020-08-06 13:30:51-- https://podaac-tools.jpl.nasa.gov/drive ... -fv04.1.nc
Resolving podaac-tools.jpl.nasa.gov (podaac-tools.jpl.nasa.gov)... 137.78.248.120
Connecting to podaac-tools.jpl.nasa.gov (podaac-tools.jpl.nasa.gov)|137.78.248.120|:443... connected.
ERROR: The certificate of 'podaac-tools.jpl.nasa.gov' is not trusted.
ERROR: The certificate of 'podaac-tools.jpl.nasa.gov' hasn't got a known issuer.
"
It warns about untrusted certificate. Can you explain about the mistakes I made here.
Thank you in advance.