Gridded L2 SWOT Data Product
Posted: Tue Jul 02, 2024 3:36 pm America/New_York
I was recommended to repost a question I asked on the podaac github page (https://github.com/podaac/tutorials/issues/229#issuecomment-2204063649).
This is my first time working with SWOT data, and therefore possibly a naive question, however, I have the following data processing problem:
The Level 2 SWOT data from Earthdata, as well as the Level 3 SWOT data from AVISO comes with the xarray dimensions [num_lines, num_pixels, num_sides] with the coordinates latitude/longitude (num_lines, num_pixels).
I would like to be able to regrid the available data to a regular time/lat/lon grid such that it can be queried or merged with other available gridded products like the ones available on Copernicus, that come with dimensions (time, latitude, longitude)
Screenshots, of the xarray Datasets can be seen in the above linked github issue. I would welcome any input and suggestions regarding tackling this data processing issue or possibly pointing me to xarray routines or scripts that could achieve this. Thanks in advance.
This is my first time working with SWOT data, and therefore possibly a naive question, however, I have the following data processing problem:
The Level 2 SWOT data from Earthdata, as well as the Level 3 SWOT data from AVISO comes with the xarray dimensions [num_lines, num_pixels, num_sides] with the coordinates latitude/longitude (num_lines, num_pixels).
I would like to be able to regrid the available data to a regular time/lat/lon grid such that it can be queried or merged with other available gridded products like the ones available on Copernicus, that come with dimensions (time, latitude, longitude)
Screenshots, of the xarray Datasets can be seen in the above linked github issue. I would welcome any input and suggestions regarding tackling this data processing issue or possibly pointing me to xarray routines or scripts that could achieve this. Thanks in advance.