Skip to content

A repository for data analysis scripts used by the SWOT Transport Group

Notifications You must be signed in to change notification settings

ocean-transport/SWOT-data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWOT-data-analysis

⚠️ Formalizing a collection of scripts I (Tatsu) have been using to analyze SWOT data. More to come as I formalize things. Contributions welcome!

Getting started

Quick Examples

  1. Find swaths using orbit shapefile. The first notebook gives an example of using the SWOT orbit shapefiles to find specific orbits. You can also use the .kmz orbit files provided by NASA to look at the tracks using Google Earth (our group's example here).

  2. Download 1-day repeat swaths for the Kuroshio region. An example notebook for pulling SWOT data from the AVISO+ server. We're currently limited to using sftp, which is rather inefficient. Hopefully in the future we will be able to access the data using zarr. In the meantime this solution works.

  3. Plot 1-day repeat swaths with bathymetry. Once you are able to download the data plotting the actual swaths is fairly straightforward using cartopy and matplotlib. This notebook also gives an example of using some helper scripts to open and automatically subset the SWOT data (referred to as "data_loaders").

  4. Calculate along-swath spectrum. Once we have a swath loaded we can go ahead and calculate the along-swath SSH spectrum to get a sense for SWOT's effective resolution and how the SWOT noise floor changes over time. I still need to add some plots here and get the notebook working smoothly, but the code is here if you would like to try playing around with it.

  5. Regrid a swath section to a regular grid. Next, I've added some helper scripts from Scott Martin's NeursOST project to resample SWOT data to a regular lat-lon grid. These scripts will technically work on any xarray dataset with lat-lon coordinates.

About

A repository for data analysis scripts used by the SWOT Transport Group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published