TileDB-Py
TileDB-Py copied to clipboard
Implement iterator over tiles
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.