[root]/trunk/pysal/core
IOHandlers
(8 files, 1208 lines)
tests
(7 files, 356 lines)
_FileIO
(0 files, 0 lines)
pyshp
(0 files, 0 lines)
tests
(1 files, 0 lines)
util
(3 files, 756 lines)
tests
(2 files, 265 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 20 (100.0%) | 507 (100.0%) | 25.3 |
| schmidtc | 18 (90.0%) | 447 (88.2%) | 24.8 |
| phil.stphns | 1 (5.0%) | 43 (8.5%) | 43.0 |
| sjsrey | 1 (5.0%) | 17 (3.4%) | 17.0 |
Adding missing value support to FileIO. warnings will be issued then missing values are found and the value will be set to pysal.MISSINGVALUE, currently None, but the user can change it as needed.
7 lines of code changed in 1 file:
Cleaned up Tables.py and added stubs for most of the undone unit test modules
so that their methods would appear in our unittest emails as untested
methods. Also added sample well-known text file.
43 lines of code changed in 1 file:
See issue 121, close the file when the obj is deleted.
2 lines of code changed in 1 file:
adding author information, issue #58
5 lines of code changed in 2 files:
Fix for issue #104
1 lines of code changed in 1 file:
renaming _FileIO to be more visable. Issue #77
1 lines of code changed in 2 files:
Addressing ticket #7, buggy joining code has been removed from FileIO
12 lines of code changed in 1 file:
fixing FileIO cast method
10 lines of code changed in 1 file:
fix for issue #26: endless loop in FileIO. read_joins was not properly raising StopIteration.
9 lines of code changed in 1 file:
documentation
4 lines of code changed in 1 file:
fixed a couple small bugs and adding FileIO wiki doc
1 lines of code changed in 1 file:
Assigning IDs to Polygon's from Shapefiles
2 lines of code changed in 1 file:
- geodatxt
17 lines of code changed in 1 file:
rename _header to header
4 lines of code changed in 1 file:
fixing GWT/GAL WKT import problems
2 lines of code changed in 1 file:
adding core, needs testing
387 lines of code changed in 3 files: