SeismicData / pyasdf

Python Interface to ASDF based on ObsPy
http://seismicdata.github.io/pyasdf/
BSD 3-Clause "New" or "Revised" License
52 stars 30 forks source link

use dense attribute storage for large attributes #73

Open xtyangpsp opened 2 years ago

xtyangpsp commented 2 years ago

H5 has the option of storing large attributes (>64kb) using dense attribute storage. However, I don't think ASDF has the capability of doing it. It should be done under the hood or as an option. For matrix attributes, it can easily exceed 64 kb.