Search found 2 matches
- Tue Jan 16, 2024 4:27 pm America/New_York
- Forum: Home
- Question: missing 'time' data in SWOT_L2_LR_SSH_BASIC
- Replies: 2
Re: missing 'time' data in SWOT_L2_LR_SSH_BASIC
Update: I tested opening the files with python's netCDF4 package, and I am now seeing that in the files that MATLAB's ncread was returning 'time' as all NaNs, the 'time' variable is masked for only a portion of the times. When the mask=True, the underlying time data is '0'. I looked at the 'ssha_kar...
- Tue Jan 16, 2024 1:38 pm America/New_York
- Forum: Home
- Question: missing 'time' data in SWOT_L2_LR_SSH_BASIC
- Replies: 2
missing 'time' data in SWOT_L2_LR_SSH_BASIC
Hello, I used the podaac data downloader to download a large number of files from SWOT_L2_LR_SSH_Basic. I am using MATLAB ncread to open and read in the files, and many of them have the _FillValue in the 'time' variable, which MATLAB replaces with NaN. A few of the 147 granule files that have missin...