How to read ASDF files from C code? #1832
-
It looks like this library is Python-only, at least for now. Is there a recommended way to read ASDF files from C code? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
At the moment the most mature ASDF implementation that I know of for C is https://github.com/eschnett/asdf-cxx |
Beta Was this translation helpful? Give feedback.
-
@BenWibking Could you briefly describe your use case for a C/C library. Are you interfacing with other C/C code and if so which one? Ar eyou using data analysis tools in C/C and if so which ones? |
Beta Was this translation helpful? Give feedback.
At the moment the most mature ASDF implementation that I know of for C is https://github.com/eschnett/asdf-cxx
Does that look like it will fit your use case? I'm curious to know either way.