xcube-dev / xcube-cds

An xcube plugin to generate data cubes from the Climate Data Store (CDS) API
MIT License
3 stars 1 forks source link

Support attributes properly in DataStore.get_data_ids() #45

Open pont-us opened 3 years ago

pont-us commented 3 years ago

PR #44, addressing https://github.com/dcs4cop/xcube/issues/420 , added minimal support for the include_attrs: Sequence[str] = None parameter in DataStore.get_data_ids() -- that is, the parameter is accepted but ignored. The parameter should also be handled correctly, as described in https://github.com/dcs4cop/xcube/issues/420 and the det_data_ids docstring in https://github.com/dcs4cop/xcube/blob/master/xcube/core/store/store.py.