1 |
bh |
2 |
|
2 |
|
|
Thuban - a geographic data viewer |
3 |
|
|
================================= |
4 |
|
|
|
5 |
|
|
Thuban is an interactive viewer for geographic data. It is written in |
6 |
|
|
Python using the wxWindows toolkit for portability. It runs on Unix-like |
7 |
|
|
systems and on Windows. |
8 |
|
|
|
9 |
|
|
|
10 |
|
|
About the Name |
11 |
|
|
-------------- |
12 |
|
|
|
13 |
|
|
Thuban is the name of a star in the constellation Draco (The Dragon). |
14 |
|
|
About 4000 years ago it was the north star. |
15 |
|
|
|
16 |
|
|
|
17 |
|
|
Installation |
18 |
|
|
------------ |
19 |
|
|
|
20 |
|
|
Building Thuban: |
21 |
|
|
|
22 |
|
|
python setup.py build |
23 |
|
|
|
24 |
|
|
|
25 |
|
|
To setup Thuban to run directly from the source directory: |
26 |
|
|
|
27 |
|
|
python setup.py install_local |
28 |
|
|
|
29 |
|
|
You can run this without running build first. |
30 |
|
|
|
31 |
|
|
|
32 |
|
|
To install Thuban: |
33 |
|
|
|
34 |
|
|
python setup.py install |
35 |
|
|
|
36 |
|
|
|
37 |
|
|
for general information about the command line options of the setup.py |
38 |
|
|
script, run |
39 |
|
|
|
40 |
|
|
python setup.py --help |
41 |
|
|
|
42 |
|
|
|
43 |
|
|
|
44 |
|
|
License |
45 |
|
|
------- |
46 |
|
|
|
47 |
|
|
Thuban is licensed under the terms of the GNU General Public License |
48 |
|
|
(GPL). |
49 |
|
|
|
50 |
bh |
6 |
However, some of the extension modules in the extension subdirectory are |
51 |
|
|
licensed under other free licenses. See the respective README files for |
52 |
|
|
more details. |