sdf_xarray

sdf_xarray#

Functions

combine_datasets(path_glob, **kwargs)

Combine all datasets using a single time dimension

make_time_dims(path_glob)

Extract the distinct set of time arrays from a collection of SDF files, along with a mapping from variable names to their time dimension.

open_mfdataset(path_glob, *[, ...])

Open a set of EPOCH SDF files as one xarray.Dataset

Classes

SDFBackendArray(variable_name, datastore)

Adapater class required for lazy loading

SDFDataStore(manager[, drop_variables, ...])

Store for reading and writing data via the SDF library.

SDFEntrypoint()

SDFPreprocess()

Preprocess SDF files for xarray ensuring matching job ids and sets time dimension

Modules