-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Chunk-aware rendering #5953
Comments
An extension/alternative approach could be to save a downsampled/aggregated image of the minimap as you pass over all the chunks, and have some other way to then indicate which chunks are in memory |
Chunking could potentially be in both dimensions |
Decided not to proceed with this approach |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When visually exploring large chunked lazy arrays, it would be useful to restrict the loading/rendering to the 'active' chunks extent (maybe with a controllable number of buffer chunks) for certain plots that would normally try to load/render the entire dataset, like a minimap. This would provide a safeguard that prevents displaying or loading more data chunks than can be dealt with.
Suggested behavior for a time-chunked dataset:
First position of minimap selection
Second position of minimap selection
The text was updated successfully, but these errors were encountered: