1 |
2003-06-12 Jonathan Coles <[email protected]> |
2003-06-12 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/xmlreader.py: New. Contains the XMLReader class |
4 |
|
that was in load.py |
5 |
|
|
6 |
|
* Thuban/Model/xmlwriter.py: New. Contains the XMLWriter class |
7 |
|
that was in save.py |
8 |
|
|
9 |
|
2003-06-12 Jonathan Coles <[email protected]> |
10 |
|
|
11 |
|
This is largely a collection of bug fixes. We also handle the |
12 |
|
case where gdal is not on the system. The XMLReader and XMLWriter |
13 |
|
classes were moved into there own files to resolve some circular |
14 |
|
import references and because they shouldn't really be in the |
15 |
|
file that is dediciated to reading/writing session files since |
16 |
|
they are also used elsewhere. |
17 |
|
|
18 |
|
* Thuban/Model/classgen.py: Renamed functions to follow the |
19 |
|
function_names_with_underscores style. Fixes RTbug #1903. |
20 |
|
(calculate_quantiles): Raise ValueError if 'percents' is invalid. |
21 |
|
|
22 |
|
* Thuban/Model/layer.py: Import gdal only if it available. |
23 |
|
(RasterLayer): Handle the case where the gdal library is unavailable. |
24 |
|
Addresses RTbug #1877. |
25 |
|
|
26 |
|
* Thuban/Model/load.py (XMLReader): Moved into seperate file |
27 |
|
xmlreader.py. |
28 |
|
|
29 |
|
2003-06-12 Jonathan Coles <[email protected]> |
30 |
|
|
31 |
This is largely a collection of bug fixes. We also handle the |
This is largely a collection of bug fixes. We also handle the |
32 |
case where gdal is not on the system. The XMLReader and XMLWriter |
case where gdal is not on the system. The XMLReader and XMLWriter |