~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to frmts/gta/frmt_gta.html

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>GTA - Generic Tagged Arrays</title>
 
6
</head>
 
7
 
 
8
<body>
 
9
 
 
10
<h1>GTA - Generic Tagged Arrays</h1>
 
11
 
 
12
<p>Starting with GDAL 1.9.0, GDAL can read and write GTA data files through the libgta library.</p>
 
13
 
 
14
<p>GTA is a file format that can store any kind of multidimensional array data, allows generic manipulations of array data, and
 
15
allows easy conversion to and from other file formats.</p>
 
16
 
 
17
<h2>Creation options</h2>
 
18
 
 
19
<ul>
 
20
<li><p><b>COMPRESS=method</b> Set the GTA compression method: NONE (default) or one of BZIP2, XZ, ZLIB,
 
21
ZLIB1, ZLIB2, ZLIB3, ZLIB4, ZLIB5, ZLIB6, ZLIB7, ZLIB8, ZLIB9. <p></li>
 
22
</ul>
 
23
 
 
24
<p>See Also:</p>
 
25
 
 
26
<ul>
 
27
<li><a href="http://gta.nongnu.org">GTA home page</a></li>
 
28
</ul>
 
29
 
 
30
</body>
 
31
</html>