This is a C++ project implementing several utilities for deserialising data from the ATHYG dataset.
Currently the project supports deserialisation of versions, 1, 2, and 3 respectively.
If you find a bug or have a feature-request, please raise an issue.
The implementation is header-only and written in templated C++17. You should need not need to make any adjustments to your project settings or compiler flags.
Simply include it in your project and you are ready to start!