Open pont-us opened 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.
include_attrs: Sequence[str] = None
DataStore.get_data_ids()
det_data_ids
PR #44, addressing https://github.com/dcs4cop/xcube/issues/420 , added minimal support for the
include_attrs: Sequence[str] = None
parameter inDataStore.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 thedet_data_ids
docstring in https://github.com/dcs4cop/xcube/blob/master/xcube/core/store/store.py.