Converting SWOT KaRIn Low Rate Sea Surface Height Products to GeoTIFF
-
- Posts: 3
- Joined: Thu Mar 28, 2024 4:30 am America/New_York
Converting SWOT KaRIn Low Rate Sea Surface Height Products to GeoTIFF
Hello,
I am working with SWOT KaRIn Low Rate Sea Surface Height products, which are provided on an irregular grid aligned with the satellite's orbit. I need to convert this data into a regular grid format (e.g. Geotiff) for comparison with other rasterized datasets.
Could you please advise on the best methods or tools available to achieve this conversion while keeping the data's integrity and spatial accuracy? Any recommendations on would be highly appreciated.
Thank you for your assistance!
Best regards,
Noel
I am working with SWOT KaRIn Low Rate Sea Surface Height products, which are provided on an irregular grid aligned with the satellite's orbit. I need to convert this data into a regular grid format (e.g. Geotiff) for comparison with other rasterized datasets.
Could you please advise on the best methods or tools available to achieve this conversion while keeping the data's integrity and spatial accuracy? Any recommendations on would be highly appreciated.
Thank you for your assistance!
Best regards,
Noel
Last edited by ulloa_noel on Sat Aug 31, 2024 11:00 pm America/New_York, edited 1 time in total.
Filters:
-
- Subject Matter Expert
- Posts: 113
- Joined: Fri Jun 03, 2022 10:54 am America/New_York
- Location: NASA GSFC
- Endorsed: 8 times
- Contact:
Re: Converting SWOT KaRIn Low Rate Sea Surface Height Products to GeoTIFF
Hello,
I believe the PODAAC team can provide a thorough answer to your question. Please replace #OBDAAC with #PODAAC.
Thank you!
I believe the PODAAC team can provide a thorough answer to your question. Please replace #OBDAAC with #PODAAC.
Thank you!
-
- Subject Matter Expert
- Posts: 55
- Joined: Fri May 28, 2021 1:30 pm America/New_York
- Has endorsed: 1 time
- Endorsed: 2 times
Re: Converting SWOT KaRIn Low Rate Sea Surface Height Products to GeoTIFF
Hello Noel,
I do not have a ready example of code for you, but I would like to recommend the Python package pyresample (https://pyresample.readthedocs.io/en/latest/howtos/swath.html)
What is the grid resolution of the rasterized datasets you are looking to compare SWOT swaths with?
Best regards,
Celia
I do not have a ready example of code for you, but I would like to recommend the Python package pyresample (https://pyresample.readthedocs.io/en/latest/howtos/swath.html)
What is the grid resolution of the rasterized datasets you are looking to compare SWOT swaths with?
Best regards,
Celia
-
- Posts: 3
- Joined: Thu Mar 28, 2024 4:30 am America/New_York
Re: Converting SWOT KaRIn Low Rate Sea Surface Height Products to GeoTIFF
Hi Celia,
Thank you for the recommendation! I will explore 'pyresample' as it looks like a great starting point for working with the SWOT data.
As for the grid resolution, I am aiming to integrate SWOT data with Sentinel-1 and Sentinel-2 raster data (so the spatial resolution is ~10m). However, I believe coarser grids (around 100, 200 or 500m) could work.
I appreciate your assistance and will experiment with these resolutions to find the best fit.
Thanks again for your help!
Best regards,
Noel
Thank you for the recommendation! I will explore 'pyresample' as it looks like a great starting point for working with the SWOT data.
As for the grid resolution, I am aiming to integrate SWOT data with Sentinel-1 and Sentinel-2 raster data (so the spatial resolution is ~10m). However, I believe coarser grids (around 100, 200 or 500m) could work.
I appreciate your assistance and will experiment with these resolutions to find the best fit.
Thanks again for your help!
Best regards,
Noel