Hi tuyuefanxing,
PODAAC reached out to the SWOT subject matter experts about your questions. We will get back to you as soon as possible.
Jack
Search found 25 matches
- Thu May 15, 2025 12:09 pm America/New_York
- Forum: Home
- Question: why the all product about LR not contain incidence angle
- Replies: 2
- Mon Apr 21, 2025 12:25 pm America/New_York
- Forum: Home
- Question: SWOT_ATBD_L2_HR_PIXC: Request for PHASS [2017 WU] phase unwrapping algorithm
- Replies: 2
Re: SWOT_ATBD_L2_HR_PIXC: Request for PHASS [2017 WU] phase unwrapping algorithm
Hi again jimmyaaa , This is the response from the SWOT SMEs: The inline reference to “[WU 2017]” in the L2_HR_PIXC ATBD refers to a JPL internal document that is unfortunately not available publicly. The reference was supposed to have been removed from the ATBD, but it was inadvertently left in the ...
- Thu Apr 17, 2025 1:11 pm America/New_York
- Forum: Home
- Question: Daily Lakes and Rivers Surface Water temperature
- Replies: 3
Re: Daily Lakes and Rivers Surface Water temperature
Hi b_johnson67, PODAAC doesn't have surface temperature data, but you may be interested in the following products that provide other hydrological parameters for inland water bodies: * from SWOT, river/lake surface extent, height, and discharge estimates: https://podaac.jpl.nasa.gov/swot?discipline=t...
- Thu Apr 17, 2025 1:05 pm America/New_York
- Forum: Home
- Question: SWOT_ATBD_L2_HR_PIXC: Request for PHASS [2017 WU] phase unwrapping algorithm
- Replies: 2
Re: SWOT_ATBD_L2_HR_PIXC: Request for PHASS [2017 WU] phase unwrapping algorithm
Hi jimmyaaa,
We forwarded this request to the subject matter experts from SWOT. We'll follow up with you here ASAP.
Thanks,
Jack/ PODAAC
We forwarded this request to the subject matter experts from SWOT. We'll follow up with you here ASAP.
Thanks,
Jack/ PODAAC
- Thu Apr 17, 2025 12:35 pm America/New_York
- Forum: Home
- Question: Converting USGS gage height to match SWOT
- Replies: 3
Re: Converting USGS gage height to match SWOT
Hi Katie,
Thanks a bunch for developing this great resource! I have bookmarked it.
Jack
Thanks a bunch for developing this great resource! I have bookmarked it.
Jack
- Thu Apr 17, 2025 12:25 pm America/New_York
- Forum: Home
- Question: SWOT HR Raster 100m Pass 181
- Replies: 2
Re: SWOT HR Raster 100m Pass 181
Hi smu_yoons, Thanks for reaching out. I'm not aware of any explanations for the gap that you identified in c030, p181; and I haven't looked backwards to confirm that SLC products exist for the corresponding acquisition period. Data gaps aren't uncommon in the forward stream HR production system. If...
- Tue Mar 18, 2025 6:12 pm America/New_York
- Forum: Home
- Question: Read and process cygnss L2 V2.1 NetCDF4 files
- Replies: 3
Re: Read and process cygnss L2 V2.1 NetCDF4 files
Hi, this is Jack from PODAAC. Yes, lat/lon/time is not null for every valid observation. Pay attention to the valid_range and FillValue for each variable with the attribute defined. Apply the masks before using the data. Here's a python snippet that shows how to read the netCDF variables into a tall...
- Tue Oct 01, 2024 8:05 pm America/New_York
- Forum: Home
- Question: Topex/Poseidon Altimeter Sensor Data Record reading and retrieval
- Replies: 1
Re: Topex/Poseidon Altimeter Sensor Data Record reading and retrieval
Hi Jianwei, Please see the matlab script linked here: https://podaac.jpl.nasa.gov/dataset/TOPEX_ALTSDR#faceted-browse-documentation It shows how to read the .dat files. I just tested it locally and read a random file into memory successfully. If you're using python, you should be able to read the he...
- Thu Aug 22, 2024 3:00 pm America/New_York
- Forum: Home
- Question: PODAAC Request for New GCMD Project Keyword
- Replies: 2
PODAAC Request for New GCMD Project Keyword
Hello, PODAAC would like to request the following be added as a new GCMD project keyword: Keyword: NASA-SSH Alternate Label: NASA Sea Surface Height Products based on Radar Altimetry Definition: Stretching back to TOPEX/Poseidon, launched in 1992, NASA has remained committed to observing the oceans ...
- Tue Feb 13, 2024 5:31 pm America/New_York
- Forum: Home
- Question: Subsetting MUR-JPL-L4-GLOB-v4.1 data?
- Replies: 18
Re: Subsetting MUR-JPL-L4-GLOB-v4.1 data?
Yes, First stage I used the following command pip install podaac-data-subscriber. But it doest work to crop a domain. Then I used pip install podaac-data-subscriber==1.15.0a3 and trying to crop data as follows: podaac-data-downloader -c MUR-JPL-L4-GLOB-v4.1 -d ./data --start-date 2003-01-01T09:00:0...