xcube-dev / xcube

xcube is a Python package for generating and exploiting data cubes powered by xarray, dask, and zarr.
https://xcube.readthedocs.io/
MIT License
195 stars 18 forks source link

Allow for grouping datasets #1038

Closed forman closed 2 months ago

forman commented 2 months ago

Is your feature request related to a problem? Please describe.

It should be possible to group datasets in the xcube server configuration.

See https://github.com/xcube-dev/xcube-viewer/issues/385.

Describe the solution you'd like

Add new attribute Group to dataset configuration, which provides a group name that can be used for grouping in the by UIs (xcube-viewer).

forman commented 2 months ago

Note, a new attribute Tags (list of tags) could be used by UIs to filter many datasets, so that only a subset of datasets is shown at a time.