dctools.processing.nadir_data.NadirDataProcessor

class dctools.processing.nadir_data.NadirDataProcessor

Processor for nadir altimetry data.

__init__()

Methods

__init__()

subset_nadir(data[, lat_range, lon_range, ...])

Subset the area defined by lat_range, lon_range and time_range.

static subset_nadir(data, lat_range=None, lon_range=None, time_range=None, coord_name_dict=None)

Subset the area defined by lat_range, lon_range and time_range.

Parameters:
  • data (xr.Dataset or xr.DataArray) – Xarray object

  • lat_range (Tuple of two floats) – lower and upper latitude bounds

  • lon_range (Tuple of two floats) – lower and upper longitude bounds

  • time_range (Tuple of two datetimes) – start and end of selected period

  • coord_name_dict (dict[str, str] | None)

Returns:

An object of the same type as data containing the

specified range

Return type:

subset