numcodecs icon indicating copy to clipboard operation
numcodecs copied to clipboard

Encode array of string arrays

Open alimanfoo opened this issue 7 years ago • 0 comments

The VLenArray codec currently supports encoding of an array of arrays of scalars. It would be useful if an array of arrays of (variable length) strings could also be supported. E.g., support VLenArray('str') and use VLenUTF8 internally to encode each sub-array.

alimanfoo avatar Jan 29 '18 11:01 alimanfoo