Generic Tagged Arrays (GTA)
The GTA project provides a file format called Generic Tagged Arrays that
- is very easy to use
- can store any kind of multidimensional array data
- allows generic manipulations of array data
- allows conversion to and from other file formats
The project consists of two parts:
- Libgta, a library that reads and writes GTA files
- Gtatool, a tool that manipulates GTAs and converts GTAs to and from other file formats
Both libgta and gtatool are free software. Libgta is licensed under the terms of the GNU LGPL version 2.1 or later, and gtatool is licensed under the terms of the GNU GPL version 3 or later.