Replies: 1 comment 6 replies
-
Yes, pyresample should be able to handle that. You would have to resample each time-step separately I think, but it may depend on the interface you use. This might almost be easiest with Satpy which although it can't read SWOT data directly with a satpy "reader", you could make a Satpy Or there are the existing pyresample interfaces, but it's been a while since I've used them myself and the other pyresample maintainers are currently on holiday so sorry I can't give a more detailed answer. |
Beta Was this translation helpful? Give feedback.
-
I recently started working with swath altimetry data, namely Level 2 SWOT data which comes in the
.nc
files of the following format:However, for actual analysis I would like to regrid/resample that collection of observations to a regular grid of (time, lat, lon) such that given spatial extents for specific timestamps can easily be compared with other available data products of form like:
I am therefore wondering, whether
pyresample
would be capable of doing such a task? I have uploaded a few files of the observational data to google drive if that is of any help.As a reference, I also tried inquiring on the Earthdata Forum from which the L2 SWOT product is downloaded.
Thanks in advance for any help and suggestions!
Beta Was this translation helpful? Give feedback.
All reactions