Directory trunk/pysal/core/IOHandlers/

Total Files:
8
Deleted Files:
1
Lines of Code:
1208

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

Lines of Code

trunk/pysal/core/IOHandlers/ Lines of Code

Developers

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

Most Recent Commits

schmidtc 2011-01-27 18:53 Rev.: 788

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:

  • trunk/pysal/core/IOHandlers: pyDbfIO.py (+7 -2)
phil.stphns 2011-01-26 17:06 Rev.: 766

Bug fix for gwt read method, expanded docstrings for wkt reader, and tests.

32 lines of code changed in 2 files:

  • trunk/pysal/core/IOHandlers: gwt.py (+2 -2), wkt.py (+30)
phil.stphns 2011-01-26 13:43 Rev.: 760

unit test and mods to gwt. close() test fails.

84 lines of code changed in 1 file:

  • trunk/pysal/core/IOHandlers: gwt.py (+84 -3)
phil.stphns 2011-01-25 16:46 Rev.: 756

Unit test and bug fix for geoda_txt

1 lines of code changed in 1 file:

  • trunk/pysal/core/IOHandlers: geoda_txt.py (+1 -1)
schmidtc 2011-01-25 08:49 Rev.: 746

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:

  • trunk/pysal/core/IOHandlers: gal.py (+1)
phil.stphns 2011-01-24 16:09 Rev.: 741

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:

  • trunk/pysal/core/IOHandlers: gal.py (+59 -28)
schmidtc 2011-01-21 15:38 Rev.: 736

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:

  • trunk/pysal/core/IOHandlers: gwt.py (+24 -10)
schmidtc 2011-01-20 11:26 Rev.: 720

cleaning up namespace for core.util

3 lines of code changed in 2 files:

  • trunk/pysal/core/IOHandlers: pyShpIO.py (+1 -1), wkt.py (+2 -109)
schmidtc 2011-01-20 11:13 Rev.: 719

moving "converters" into core.util, this allows them to be used independently of FileIO.

1 lines of code changed in 2 files:

  • trunk/pysal/core/IOHandlers: _pyShpIO.py (del), pyShpIO.py (+1 -1)
phil.stphns 2011-01-20 10:18 Rev.: 715

Added all to IOHandlers.

17 lines of code changed in 9 files:

  • trunk/pysal/core/IOHandlers: _pyShpIO.py (+5), csvWrapper.py (+1), gal.py (+1), geoda_txt.py (+3), gwt.py (+2), pyDbfIO.py (+1), pyShpIO.py (+1), template.py (+2 -1), wkt.py (+1 -1)
phil.stphns 2011-01-13 17:11 Rev.: 694

Added doctest to wkt.

53 lines of code changed in 1 file:

  • trunk/pysal/core/IOHandlers: wkt.py (+53)
phil.stphns 2011-01-11 17:37 Rev.: 681

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:

  • trunk/pysal/core/IOHandlers: wkt.py (+1 -1)
schmidtc 2010-10-10 13:02 Rev.: 576

minor: Explicit use of datetime.date.min

1 lines of code changed in 1 file:

  • trunk/pysal/core/IOHandlers: pyDbfIO.py (+1 -1)
schmidtc 2010-10-10 13:00 Rev.: 575

Adding fix for Issue 114. Returns Date.min for now.

5 lines of code changed in 1 file:

  • trunk/pysal/core/IOHandlers: pyDbfIO.py (+5 -2)
schmidtc 2010-07-27 15:34 Rev.: 499

adding support to val and shp names to get writer

16 lines of code changed in 1 file:

  • trunk/pysal/core/IOHandlers: gwt.py (+16 -1)
schmidtc 2010-07-26 12:06 Rev.: 484

adding ability to set the data_type for reading GAL

13 lines of code changed in 1 file:

  • trunk/pysal/core/IOHandlers: gal.py (+13 -4)
schmidtc 2010-07-26 09:10 Rev.: 480

adding author information, issue #58

13 lines of code changed in 10 files:

  • trunk/pysal/core/IOHandlers: _pyShpIO.py (+3), csvWrapper.py (+2), gal.py (+1 -1), pyDbfIO.py (+2), pyShpIO.py (+1 -1), template.py (+3), wkt.py (+1)
phil.stphns 2010-07-25 16:03 Rev.: 479

Another docstring

0 lines of code changed in 2 files:

  • trunk/pysal/core/IOHandlers: csvWrapper.py (new)
phil.stphns 2010-07-24 20:09 Rev.: 477

Adding doctest for geoda text file reader and minor changes to docstrings in
two other modules.

34 lines of code changed in 4 files:

  • trunk/pysal/core/IOHandlers: gal.py (+1 -1), geoda_txt.py (+31 -2), pyShpIO.py (+2 -1)
phil.stphns 2010-07-24 18:12 Rev.: 476

Adding doc test.

39 lines of code changed in 1 file:

  • trunk/pysal/core/IOHandlers: gal.py (+39 -19)
dreamessence 2010-07-24 16:11 Rev.: 475

Minor fixes in docstrings for correct rendering of some attributes tables

37 lines of code changed in 3 files:

  • trunk/pysal/core/IOHandlers: pyDbfIO.py (new), pyShpIO.py (+14 -6)
sjsrey 2010-07-23 22:17 Rev.: 474

- cleaning docs

3 lines of code changed in 2 files:

  • trunk/pysal/core/IOHandlers: gal.py (+3 -4), pyShpIO.py (-4)
mhwang4 2010-06-09 19:33 Rev.: 437

allowing GAL writer to handle non-integer IDs

1 lines of code changed in 1 file:

  • trunk/pysal/core/IOHandlers: gal.py (+1 -4)
mhwang4 2010-05-25 14:40 Rev.: 411

fixing a bug in gwt writer function

2 lines of code changed in 1 file:

  • trunk/pysal/core/IOHandlers: gwt.py (+2 -3)
mhwang4 2010-05-20 15:37 Rev.: 405

changing default header values in write function

1 lines of code changed in 1 file:

  • trunk/pysal/core/IOHandlers: gwt.py (+1 -1)
mhwang4 2010-05-12 23:43 Rev.: 385

change digit format of weight values when writing gwt file

1 lines of code changed in 1 file:

  • trunk/pysal/core/IOHandlers: gwt.py (+1 -1)
mhwang4 2010-05-12 15:57 Rev.: 384

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:

  • trunk/pysal/core/IOHandlers: gwt.py (+19 -2)
phil.stphns 2010-05-06 12:21 Rev.: 375

Altering setup.py and stubbed doctests in IOHandlers.

40 lines of code changed in 2 files:

  • trunk/pysal/core/IOHandlers: gal.py (new)
schmidtc 2010-05-04 23:54 Rev.: 364

fixing cache on rtree algorithm, error check in shapereader

3 lines of code changed in 2 files:

  • trunk/pysal/core/IOHandlers: pyShpIO.py (new)
Generated by StatSVN 0.7.0