You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
This issue is to collect ideas how to improve the library in its general design:
Ideas:
Data cube view is a parameter only to image_collection_cube, cube instances (except image_collection_cube) should not store its st reference but provide a function that derives the reference from input cube and maybe other parameters.
Make data cube objects copyable by copying all parameters (including input cubes)
Create collection format JSON description presets
For some operations that must read adjacent chunks, a chunk cache with key(hash(graph), chunk_id) could improve the overall performance by reducing reads from disk
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue is to collect ideas how to improve the library in its general design:
Ideas:
The text was updated successfully, but these errors were encountered: