1.. _raster.gta:
2
3================================================================================
4GTA - Generic Tagged Arrays
5================================================================================
6
7.. shortname:: GTA
8
9.. build_dependencies:: libgta
10
11GDAL can read and write GTA data files through
12the libgta library.
13
14GTA is a file format that can store any kind of multidimensional array
15data, allows generic manipulations of array data, and allows easy
16conversion to and from other file formats.
17
18Driver capabilities
19-------------------
20
21.. supports_createcopy::
22
23.. supports_georeferencing::
24
25Creation options
26----------------
27
28-  **COMPRESS=method** Set the GTA compression method: NONE (default) or
29   one of BZIP2, XZ, ZLIB, ZLIB1, ZLIB2, ZLIB3, ZLIB4, ZLIB5, ZLIB6,
30   ZLIB7, ZLIB8, ZLIB9.
31
32See Also
33--------
34
35-  `GTA home page <http://gta.nongnu.org>`__
36