ghollisjr / cl-ana

Free (GPL) Common Lisp data analysis library with emphasis on modularity and conceptual clarity.
GNU General Public License v3.0
197 stars 18 forks source link

HDF5 String support #22

Open jzumer opened 5 years ago

jzumer commented 5 years ago

The HDF5 functions don't seem to currently support string datatypes.

ghollisjr commented 5 years ago

I remember postponing handling HDF strings back when I made the hdf-typespec library. The data I was using encoded strings as arrays of characters, so I didn't have the direct need to handle HDF strings.

I'll look into adding support for HDF strings directly.