For applications that are only interested in small portions of large arrays it would be beneficial to have some API for reading portions of a block.
This may relate to: #1871
For example, let's say we have an ASDF file with a large array "data" (4k x 4k) and we're only interested in a small known portion of that array (a 30x30 pixel window at 42, 42). Some questions are:
For applications that are only interested in small portions of large arrays it would be beneficial to have some API for reading portions of a block.
This may relate to: #1871
For example, let's say we have an ASDF file with a large array "data" (4k x 4k) and we're only interested in a small known portion of that array (a 30x30 pixel window at 42, 42). Some questions are: