pombreda / pysal

Automatically exported from code.google.com/p/pysal
Other
0 stars 0 forks source link

clean up pyDbfIO #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
pyDbfIO.py is a a pure python DBF reader that supports the pysal DataTable 
functionality, including 
slicing.  This code is not yet writing clean dbf files. Header attributes are 
lost.

Original issue reported on code.google.com by schmi...@gmail.com on 14 Aug 2009 at 6:59

GoogleCodeExporter commented 9 years ago
I think it's working now, but the code is still not unit tested.  Need to add 
unit tests and documentation.

Original comment by schmi...@gmail.com on 14 Oct 2009 at 11:22

GoogleCodeExporter commented 9 years ago
Test case in the if __main__ is working.

Original comment by schmi...@gmail.com on 23 Oct 2009 at 6:14