[root]/trunk/pysal/core/IOHandlers
tests
(7 files, 356 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 59 (100.0%) | 511 (100.0%) | 8.6 |
| phil.stphns | 25 (42.4%) | 360 (70.5%) | 14.4 |
| schmidtc | 23 (39.0%) | 87 (17.0%) | 3.7 |
| dreamessence | 3 (5.1%) | 37 (7.2%) | 12.3 |
| mhwang4 | 6 (10.2%) | 24 (4.7%) | 4.0 |
| sjsrey | 2 (3.4%) | 3 (0.6%) | 1.5 |
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:
Bug fix for gwt read method, expanded docstrings for wkt reader, and tests.
32 lines of code changed in 2 files:
unit test and mods to gwt. close() test fails.
84 lines of code changed in 1 file:
Unit test and bug fix for geoda_txt
1 lines of code changed in 1 file:
adding GAL seek test and fixing small bug in gal reader.
cleaning up after files creating by test_shapefile
1 lines of code changed in 1 file:
Modified doc strings for gal.py examples.
Added unit tests for gal.py. Error testing close method.
59 lines of code changed in 1 file:
Fixing bottle neck in gwt reader, adding support for GeoDa Style ID's and DBF id_order.
24 lines of code changed in 1 file:
cleaning up namespace for core.util
3 lines of code changed in 2 files:
moving "converters" into core.util, this allows them to be used independently of FileIO.
1 lines of code changed in 2 files:
Added all to IOHandlers.
17 lines of code changed in 9 files:
Added doctest to wkt.
53 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.
1 lines of code changed in 1 file:
minor: Explicit use of datetime.date.min
1 lines of code changed in 1 file:
Adding fix for Issue 114. Returns Date.min for now.
5 lines of code changed in 1 file:
adding support to val and shp names to get writer
16 lines of code changed in 1 file:
adding ability to set the data_type for reading GAL
13 lines of code changed in 1 file:
adding author information, issue #58
13 lines of code changed in 10 files:
Another docstring
0 lines of code changed in 2 files:
Adding doctest for geoda text file reader and minor changes to docstrings in
two other modules.
34 lines of code changed in 4 files:
Adding doc test.
39 lines of code changed in 1 file:
Minor fixes in docstrings for correct rendering of some attributes tables
37 lines of code changed in 3 files:
- cleaning docs
3 lines of code changed in 2 files:
allowing GAL writer to handle non-integer IDs
1 lines of code changed in 1 file:
fixing a bug in gwt writer function
2 lines of code changed in 1 file:
changing default header values in write function
1 lines of code changed in 1 file:
change digit format of weight values when writing gwt file
1 lines of code changed in 1 file:
id problems in Distance weights fixed; add write function into GwtReader, and thus changed GwtReader into GwtIO
19 lines of code changed in 2 files:
Altering setup.py and stubbed doctests in IOHandlers.
40 lines of code changed in 2 files:
fixing cache on rtree algorithm, error check in shapereader
3 lines of code changed in 2 files: