dctools.data.datasets.dataloader
Dataloder.
Functions
|
Add given coordinates as dimensions to all data variables in the dataset. |
|
Ensure that dataset has a 'time' dimension compatible with swath/n-points structure. |
|
Concatenate datasets along a dimension eagerly. |
|
Concatenate datasets along a dimension using dask.delayed. |
|
Filter the DataFrame to keep only entries where the interval overlaps with [t0, t1]. |
|
Load ARGO data through ArgoManager for a single time window. |
|
Preprocess all unique observation files on the driver into a single zarr. |
|
Preprocess a single N-point dataset (e.g., swath or track). |
|
Convert a swath-style Dataset into a 1D point collection along 'n_points'. |
Classes
|
Class to manage loading and batching of evaluation data. |
|
Class to view and preprocess observation data. |