Search found 5 matches

by mgangl
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!
by mgangl
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...
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 ...