Search found 3 matches
- 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...
- Thu Sep 04, 2025 4:09 pm America/New_York
- Forum: Home
- Question: Webinar: Accelerating Science Using Virtualized Data at NASA PO.DAAC (8/21)
- Replies: 2
Re: Webinar: Accelerating Science Using Virtualized Data at NASA PO.DAAC (8/21)
Most resources form the above webinar can be found at the following site:
https://podaac.github.io/tutorials/quarto_text/UsingVirtualDatasets.html
https://podaac.github.io/tutorials/quarto_text/UsingVirtualDatasets.html
- 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 ...