Skip to content

Refactor kerchunk readers to use manifest store #547

New issue

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

Draft
wants to merge 17 commits into
base: develop
Choose a base branch
from

Conversation

TomNicholas
Copy link
Member

Aims to refactor all the kerchunk-based readers to use ManifestStore, but to do that this PR first adds a ManifestStore.from_kerchunk_refs() method.

  • Closes #xxxx
  • Tests added
  • Tests passing
  • Full type hint coverage
  • Changes are documented in docs/releases.rst
  • New functions/methods are listed in api.rst
  • New functionality has documentation

Comment on lines +120 to +121
# TODO what should the obstore store be?
return ManifestStore(group=manifestgroup)
Copy link
Member Author

@TomNicholas TomNicholas Apr 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxrjones I think I need default_object_store() in order to continue with this PR.

EDIT: See #549

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants