Skip to content
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

Change to xarray for indexing #295

Open
aidanheerdegen opened this issue Jun 20, 2022 · 0 comments
Open

Change to xarray for indexing #295

aidanheerdegen opened this issue Jun 20, 2022 · 0 comments
Labels
🥞 database Related to the structure of the database itself 🧜🏽‍♀️ enhancement 💔 schema breaking Involves a schema-breaking change to the database

Comments

@aidanheerdegen
Copy link
Collaborator

Change to xarray for indexing to allow support for more file formats.

xarray.open_dataset for indexing would supports more file formats, particularly zarr, grib and UKMO pp files (via Iris). Would allow for transparent data access regardless of format. Would also make it simple to also support accessing data via cloud stores, e.g. Amazon S3 with zarr.

See https://docs.xarray.dev/en/stable/user-guide/io.html for more information on back-end format support in xarray

This would almost certainly end up requiring a change to the schema to support different file formats that may not have concepts such as chunk size.

@aidanheerdegen aidanheerdegen added 🧜🏽‍♀️ enhancement 🥞 database Related to the structure of the database itself 💔 schema breaking Involves a schema-breaking change to the database labels Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🥞 database Related to the structure of the database itself 🧜🏽‍♀️ enhancement 💔 schema breaking Involves a schema-breaking change to the database
Projects
None yet
Development

No branches or pull requests

1 participant