TileDB-Py icon indicating copy to clipboard operation
TileDB-Py copied to clipboard

Implement iterator over tiles

Open aparamon opened this issue 7 years ago • 0 comments

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.

aparamon avatar Sep 25 '18 08:09 aparamon