1 |
|
2007-03-15 Bram de Greve <[email protected]> |
2 |
|
|
3 |
|
* shapelibmodule.c, dbflibmodule.c: added some Unicode support for the |
4 |
|
filenames (no internal encoding for DBFFile yet). It now should similar |
5 |
|
Unicode support Python's file() (concerning the filename, that is). |
6 |
|
|
7 |
|
2007-03-14 Bram de Greve <[email protected]> |
8 |
|
|
9 |
|
* shapelibmodule.c: added support for shapetypes with Z and M values |
10 |
|
|
11 |
|
2007-03-14 Bram de Greve <[email protected]> |
12 |
|
|
13 |
|
* dbflibmodule.c, dbflib.i: replaced dbflib.i by dbflibmodule.c to use |
14 |
|
hand-crafted Python bindings instead of SWIG generated ones |
15 |
|
|
16 |
|
* shapelibmodule.c, shapelib.c: Renamed shapelib.c to shapelibmodule.c |
17 |
|
to match style of dbflibmodule.c and shptreemodule.c. Changed some |
18 |
|
(well, most) names to match same style. |
19 |
|
|
20 |
|
* pyshapelib_common.h: do all necessary includes here |
21 |
|
|
22 |
|
* setup.py: updated building of dbflib. |
23 |
|
|
24 |
|
2007-03-13 Bram de Greve <[email protected]> |
25 |
|
|
26 |
|
* shapelib.c, shapelib_common.h: Added part_types() to SHPObject to |
27 |
|
return tuple of part types. Added __repr__ operators to return a |
28 |
|
string that can reconstruct the object using eval() |
29 |
|
|
30 |
|
* pytest.py: Added tests for part_types() and __repr__. |
31 |
|
Humanized the output a bit. |
32 |
|
|
33 |
|
2007-03-12 Bram de Greve <[email protected]> |
34 |
|
|
35 |
|
* shapelib.c, shapelib.i: replaced shapelib.i by shapelib.c to use |
36 |
|
hand-crafted Python bindings instead of SWIG generated ones. |
37 |
|
|
38 |
|
* pyshapelib_common.h: New file with some common stuff for both |
39 |
|
shapelib and dbflib |
40 |
|
|
41 |
|
* pyshapelib_api.h, setup.py: import/build shapelib instead of shapelibc |
42 |
|
|
43 |
2006-09-24 Bernhard Reiter <[email protected]> |
2006-09-24 Bernhard Reiter <[email protected]> |
44 |
|
|
45 |
* dbflib_wrap.c, README: Checked for python version >= 2.4.0a0 |
* dbflib_wrap.c, README: Checked for python version >= 2.4.0a0 |