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

Rework DataPacket tiled implementation to conform better to xarray/tiled conventions #73

Open
pbeaucage opened this issue Jan 4, 2025 · 0 comments
Assignees

Comments

@pbeaucage
Copy link
Collaborator

The current storage of Data objects in tiled is really flat, which has led to performance issues. We should consider nesting sub-arrays inside top-level containers, which should allow the retrieval of runs as xarray Datasets. This connects with work in #67.

@pbeaucage pbeaucage self-assigned this Jan 4, 2025
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

When branches are created from issues, their pull requests are automatically linked.

1 participant