Search found 5 matches
- Thu May 07, 2026 6:47 pm America/New_York
- Forum: Home
- Question: SWOT level 2 lake Single-Pass, Version D availability in Hydrocon
- Replies: 3
Re: SWOT level 2 lake Single-Pass, Version D availability in Hydrocon
Hi all, following up on this thread, as of yesterday (5/6/2026), the version D SWOT Data are now the default data within hydrocron. Please feel free to reach out with any questions, comments, or issues!
- Thu Apr 16, 2026 1:36 pm America/New_York
- Forum: Home
- Question: SWOT L2 Discharge Estimates
- Replies: 3
Re: SWOT L2 Discharge Estimates
The SWOT project is not currently producing a L2 discharge estimate. Currently the L4 SOS Discharge product (https://www.earthdata.nasa.gov/data/catalog/pocloud-swot-l4-hr-dawg-sos-discharge-v3-3) is the only discharge product we are distributing. The SWOT L2 products will continue to have fill valu...
- 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 ...