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]> |
44 |
|
|
45 |
|
* dbflib_wrap.c, README: Checked for python version >= 2.4.0a0 |
46 |
|
before using &PyOS_ascii_atof. |
47 |
|
|
48 |
|
2006-09-24 Bernhard Reiter <[email protected]> |
49 |
|
|
50 |
|
Added dirty workaround to make dbflib agnostic |
51 |
|
against decimal_poinst != ".\0". |
52 |
|
|
53 |
|
* dbflib_wrap.c: Added call DBFSetatof_function(&PyOS_ascii_atof); |
54 |
|
to initdbflibc(). |
55 |
|
* README: noted that manual editing of dbflib_wrap.c is necessary now. |
56 |
|
|
57 |
|
2005-06-30 Bernhard Herzog <[email protected]> |
58 |
|
|
59 |
|
* shapelib.i (new_SHPObject): Fix the test for the length of the |
60 |
|
part types. It used the wrong variable. |
61 |
|
|
62 |
|
* shapelib_wrap.c: Regenerated from shapelib.i |
63 |
|
|
64 |
|
* pytest.py (make_shapefile): Add some more comments and add an |
65 |
|
example with a polygon with a hole. |
66 |
|
|
67 |
|
2004-12-27 Bernhard Reiter <[email protected]> |
68 |
|
|
69 |
|
* README: Refering to the new homepage shapelib.maptools.org now. |
70 |
|
|
71 |
2004-12-13 Bernhard Herzog <[email protected]> |
2004-12-13 Bernhard Herzog <[email protected]> |
72 |
|
|
73 |
* dbflib.py: Updated from difflib.i with SWIG. |
* dbflib.py: Updated from difflib.i with SWIG. |