swot_simulator.plugins.data_handler#

Data handler#

Set of classes that helps developping plugins for ssh and swh. This includes a default netcdf reader for loading a dataset, and default interpolators for both regular and irregular grids.

Functions

time_interp(xp, yp, xi)

Time interpolation for the different spatial grids interpolated on the SWOT data.

Classes

CartesianGridHandler(dataset_loader)

Default interpolator for regular grid.

DatasetLoader()

Interface that specializes in loading data for the plugin.

IrregularGridHandler(dataset_loader)

Default interpolator for an irregular grid.

NetcdfLoader(path, date_fmt[, lon_name, ...])

Plugin that implements a netcdf reader.