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
Currently, user can query arrays by coordinate ranges. However, certain work-flows require processing the entire dataset/array, although not necessarily loading it fully into memory. Tiles represent natural data units for such processing; it would be extremely useful to iterate through all tiles of array (sequence of numpy.array/OrderedDict objects, like subarray()).
Would be of much additional value for inspection/debugging.
The text was updated successfully, but these errors were encountered:
Currently, user can query arrays by coordinate ranges. However, certain work-flows require processing the entire dataset/array, although not necessarily loading it fully into memory. Tiles represent natural data units for such processing; it would be extremely useful to iterate through all tiles of array (sequence of
numpy.array
/OrderedDict
objects, likesubarray()
).Would be of much additional value for inspection/debugging.
The text was updated successfully, but these errors were encountered: