Search found 3 matches

by mgangl
Tue Sep 16, 2025 4:50 pm America/New_York
Forum: Home
Question: open earthdata download does not work
Replies: 2

Re: open earthdata download does not work

If you're inclined, you can try using the data subscriber or data downloader. https://github.com/podaac/data-subscriber https://podaac.github.io/tutorials/quarto_text/DataSubscriberDownloader.html podaac-data-downloader -c MUR-JPL-L4-GLOB-v4.1 -d ./data --start-date 2002-05-31T21:00:00Z --end-date 2...
by mgangl
Thu May 18, 2023 12:47 pm America/New_York
Forum: Home
Question: access denied when using netrc via php-curl on apache
Replies: 2

Re: access denied when using netrc via php-curl on apache

For the record, i'm not a PHP practitioner. The .netrc file should be in the home directory of whomever is running the script. if that is the "ubuntu" user, then it should go there (/home/ubuntu/.netrc). Seeing as how this is working for curl on your command line, but not via php, my only ...