1 |
|
2003-01-27 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/layer.py: Classification initialization calls. |
4 |
|
|
5 |
|
* Thuban/Model/classification.py: Created class to encapsulate |
6 |
|
a layer classification. Supports specific data points and |
7 |
|
ranges. |
8 |
|
|
9 |
|
* Thuban/Model/load.py: Added support for loading classification |
10 |
|
information. |
11 |
|
|
12 |
|
* Thuban/Model/save.py: Added support for saving classification |
13 |
|
information. |
14 |
|
|
15 |
|
* Thuban/UI/classifier.py: Initial class for a dialog box for |
16 |
|
specifying classification information. |
17 |
|
|
18 |
|
* Thuban/UI/mainwindows.py: Support for opening the classifier |
19 |
|
dialog. |
20 |
|
|
21 |
|
* Thuban/UI/renderer.py: Support for drawing a layer with the |
22 |
|
classification information. |
23 |
|
|
24 |
|
* Data/iceland_sample_class.thuban: iceland_sample with |
25 |
|
classification data. |
26 |
|
|
27 |
|
* test/test_classification: Tests for the Classification class. |
28 |
|
|
29 |
2002-12-09 Bernhard Herzog <[email protected]> |
2002-12-09 Bernhard Herzog <[email protected]> |
30 |
|
|
31 |
* test/test_command.py: New. Tests for the command classes. |
* test/test_command.py: New. Tests for the command classes. |