We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR #44, addressing xcube-dev/xcube#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 xcube-dev/xcube#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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PR #44, addressing xcube-dev/xcube#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 xcube-dev/xcube#420 and thedet_data_ids
docstring in https://github.com/dcs4cop/xcube/blob/master/xcube/core/store/store.py.The text was updated successfully, but these errors were encountered: