EVOLUTION-MANAGER
Edit File: frmt_gta.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GTA - Generic Tagged Arrays</title> </head> <body> <h1>GTA - Generic Tagged Arrays</h1> <p>Starting with GDAL 1.9.0, GDAL can read and write GTA data files through the libgta library.</p> <p>GTA is a file format that can store any kind of multidimensional array data, allows generic manipulations of array data, and allows easy conversion to and from other file formats.</p> <h2>Creation options</h2> <ul> <li><p><b>COMPRESS=method</b> Set the GTA compression method: NONE (default) or one of BZIP2, XZ, ZLIB, ZLIB1, ZLIB2, ZLIB3, ZLIB4, ZLIB5, ZLIB6, ZLIB7, ZLIB8, ZLIB9. <p></li> </ul> <p>See Also:</p> <ul> <li><a href="http://gta.nongnu.org">GTA home page</a></li> </ul> </body> </html>