Unify xcube dataset i/o #516
Labels
code
Issue is related to code refactoring or optimisation
enhancement
New feature or request
in progress
The assignee is working on it
xcube data stores
This is related to data store framework or data store implementations
xcube gen
This is related to data cube generation, CLI "xcube gen"
xcube serve
This is related to server component, CLI "xcube serve"
Currently there are parts in the xcube dataset i/o that do not use the data store framework but try to access data on their own. This leads to redundant code and an increased maintenance effort. These places should be changed so that the data store framework is used throughout and there is a single source of truth. This will result in less code, less maintenance, and a more comprehensible xcube API
xcube.core.dsio.DatasetIO
and derivatesEDIT
xcube.core.mldataset.FileStorageMultiLevelDataset
xcube.core.mldataset.ObjectStorageMultiLevelDataset
The text was updated successfully, but these errors were encountered: