https://github.com/glotzerlab/libgetar
Library to read and write GEneric Trajectory ARchives, a binary data format designed for efficient, extensible storage of trajectory data.
https://github.com/glotzerlab/libgetar
Last synced: 11 months ago
JSON representation
Library to read and write GEneric Trajectory ARchives, a binary data format designed for efficient, extensible storage of trajectory data.
- Host: GitHub
- URL: https://github.com/glotzerlab/libgetar
- Owner: glotzerlab
- License: mit
- Created: 2019-02-09T12:22:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T23:59:50.000Z (almost 2 years ago)
- Last Synced: 2024-09-19T12:36:29.979Z (over 1 year ago)
- Language: C
- Homepage: https://libgetar.readthedocs.io/
- Size: 3.36 MB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# libgetar
[](https://pypi.org/project/gtar/)
[](https://libgetar.readthedocs.io/en/latest/)
Libgetar is a library to read and write GEneric Trajectory ARchives, a binary data format designed for efficient, extensible storage of trajectory data.
Information on installation and common issues can be found in the manual, located at https://libgetar.readthedocs.io/en/latest/ or in the doc subdirectory.
## Credits
libgetar uses portions of the lz4 project, located at http://www.lz4.org/.
Its code and license are located in the lz4 subdirectory.
libgetar uses portions of the miniz project, located at https://github.com/richgel999/miniz.
Its code and license are located in the miniz subdirectory.
libgetar uses portions of the SQLite project, located at https://www.sqlite.org/.
Its code and license are located in the sqlite3 subdirectory.
libgetar uses portions of Dirent, located at https://github.com/tronkko/dirent.
Its code and license are located in the dirent subdirectory.