Is your feature request related to a problem? Please describe.
When configuring a xcube server for specific datasets, I can specify e.g. an augmentation added to the dataset or using a specific script for resampling in time. These enhancements happen on the fly and allow us to customise output in the viewer further.
This functionality is not given for Datasets served via DataStores.
Describe the solution you'd like
I would like to be able to specify e.g. augmentation, which are performed on all datasets served in the specified DataStore identifier. Same for resampling in time.
Describe alternatives you've considered
The only alternative is, that the datacubes are already exactly in the form as they are needed for the customer. This is not very flexible, because when changes are requested it might lead to regenerating many cubes.
Additional context
Configuration example of Datasets in a xcube server config
Is your feature request related to a problem? Please describe. When configuring a xcube server for specific datasets, I can specify e.g. an augmentation added to the dataset or using a specific script for resampling in time. These enhancements happen on the fly and allow us to customise output in the viewer further. This functionality is not given for Datasets served via DataStores.
Describe the solution you'd like I would like to be able to specify e.g. augmentation, which are performed on all datasets served in the specified DataStore identifier. Same for resampling in time.
Describe alternatives you've considered The only alternative is, that the datacubes are already exactly in the form as they are needed for the customer. This is not very flexible, because when changes are requested it might lead to regenerating many cubes.
Additional context Configuration example of Datasets in a xcube server config
Related issue: https://github.com/dcs4cop/xcube/issues/577