dctools.data.transforms
Data transformation registry and pipeline utilities.
Functions
|
Factory to build a composition of transforms from a config list. |
|
Detect the longitude coordinate system and normalize it in the -180° to 180° range. |
|
Retrieves the appropriate transformation pipeline for a dataset based on its alias and name. |
|
Decorator to register a transform class. |
Classes
|
A custom transform dependent on time axis. |
|
Wrapper for dataset transformations. |
|
Transform to interpolate the dataset to target ranges. |
|
A custom transform dependent on time axis. |
Transform to reset time coordinates. |
|
|
Transform to select specific variables from the dataset. |
A custom transform dependent on time axis. |
|
|
Transform percentage variables in the [0, 100] range to [0,1]. |
|
A custom transform dependent on time axis. |
Converts a dataset with lat/lon coordinates into the EPSG 3413 CRS. |
|
|
Reduces 'depth' dimension to the shallowest available value. |
|
Transform to convert time coordinates to timestamps. |
|
Transforms xarray dataset longitudes from [0, 360] to [-180, 180]. |