pyglotaran_extras.types.DatasetConvertible

DatasetConvertible: TypeAlias = xarray.core.dataset.Dataset | xarray.core.dataarray.DataArray | str | pathlib.Path

Types of data which can be converted to a dataset.