6 |
<!-- $Revision$ --> |
<!-- $Revision$ --> |
7 |
<book> |
<book> |
8 |
<bookinfo> |
<bookinfo> |
9 |
<title>Thuban Manual</title> |
<title>User's Manual for Thuban 1.0</title> |
10 |
<author> |
<authorgroup> |
11 |
<firstname>Jonathan</firstname><surname>Coles</surname> |
<author> |
12 |
</author> |
<firstname>Jonathan</firstname><surname>Coles</surname> |
13 |
<author> |
</author> |
14 |
<firstname>Jan-Oliver</firstname><surname>Wagner</surname> |
<author> |
15 |
</author> |
<firstname>Jan-Oliver</firstname><surname>Wagner</surname> |
16 |
<author> |
</author> |
17 |
<firstname>Frank</firstname><surname>Koormann</surname> |
<author> |
18 |
</author> |
<firstname>Frank</firstname><surname>Koormann</surname> |
19 |
|
</author> |
20 |
|
</authorgroup> |
21 |
<copyright> |
<copyright> |
22 |
<year>2003</year> |
<year>2003</year> |
23 |
<holder>Intevation GmbH</holder> |
<holder>Intevation GmbH</holder> |
24 |
</copyright> |
</copyright> |
25 |
|
<revhistory> |
26 |
|
<revision> |
27 |
|
<revnumber>1.0pre1</revnumber> |
28 |
|
<date>08-Aug-2003</date> |
29 |
|
<revremark>Corresponds to Thuban development release 0.8.1</revremark> |
30 |
|
</revision> |
31 |
|
</revhistory> |
32 |
|
|
33 |
</bookinfo> |
</bookinfo> |
34 |
|
|
35 |
<chapter><title>Introduction</title> |
<chapter><title>Introduction</title> |
36 |
<para> |
<para> |
37 |
Thuban is a Free Software Geographic Information Systems (GIS) viewer. |
Thuban is an interactive geographic data viewer. |
38 |
It is being developed because there is currently no simple interactive |
It has been developed because there was no simple interactive |
39 |
viewer for geographic information available as Free Software. Thuban is |
viewer for geographic information available as Free Software. Thuban is |
40 |
written in Python and C++ and uses the wxWindows library allowing it to |
written in Python and C++ and uses the wxWindows library allowing it to |
41 |
run on many different platforms, including GNU/Linux and Windows. |
run on many different platforms, including GNU/Linux and Windows. |
42 |
</para> |
</para> |
43 |
<para> |
<para> |
44 |
GIS viewers are a necessary tool as they allow one to get a visual |
Geographic data viewers are a necessary tool as they allow one to |
45 |
|
get a visual |
46 |
impression of the positional relationship of the information that may not |
impression of the positional relationship of the information that may not |
47 |
be apparent from simple inspection of the data values themselves. |
be apparent from simple inspection of the data values themselves. |
48 |
Thuban allows the user to create a session that displays |
Thuban allows the user to create a session that displays |
74 |
<listitem><para>PySQLite 0.4.3 (<literal>http://pysqlite.sourceforge.net</literal>)</para></listitem> |
<listitem><para>PySQLite 0.4.3 (<literal>http://pysqlite.sourceforge.net</literal>)</para></listitem> |
75 |
</itemizedlist> |
</itemizedlist> |
76 |
</para> |
</para> |
77 |
|
<para> |
78 |
|
Along with the source codes, the download page also offers |
79 |
|
full installation packages for Debian, Windows and RPM-based systems |
80 |
|
(Mandrake, RedHat, SuSE, etc). |
81 |
|
</para> |
82 |
</section> |
</section> |
83 |
|
|
84 |
<section><title>The Main Window</title> |
<section><title>The Main Window</title> |
1317 |
<para>Most commonly used is the <emphasis>TIFF/GeoTIFF</emphasis> |
<para>Most commonly used is the <emphasis>TIFF/GeoTIFF</emphasis> |
1318 |
format: Raster maps are provided as TIFF images, with an additional |
format: Raster maps are provided as TIFF images, with an additional |
1319 |
"world file" storing the geographic reference (usually with an |
"world file" storing the geographic reference (usually with an |
1320 |
extension ".tfw". |
extension ".tfw"). |
1321 |
</para> |
</para> |
1322 |
</listitem> |
</listitem> |
1323 |
</varlistentry> |
</varlistentry> |