Directory trunk/pysal/core/_FileIO/

Directory Created:
2009-08-14 11:56
Directory Deleted:
2010-05-04 14:37
Total Files:
0
Deleted Files:
11
Lines of Code:
0

[root]/trunk/pysal/core/_FileIO
                    Folder removed from repo pyshp (0 files, 0 lines)

Lines of Code

trunk/pysal/core/_FileIO/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 53 (100.0%) 379 (100.0%) 7.1
schmidtc 47 (88.7%) 298 (78.6%) 6.3
sjsrey 5 (9.4%) 80 (21.1%) 16.0
phil.stphns 1 (1.9%) 1 (0.3%) 1.0

Most Recent Commits

schmidtc 2010-05-04 14:37 Rev.: 359

renaming _FileIO to be more visable. Issue #77

0 lines of code changed in 11 files:

  • trunk/pysal/core/_FileIO: __init__.py (del), _pyShpIO.py (del), csvWrapper.py (del), gal.py (del), geoda_txt.py (del), gwt.py (del), pyDbfIO.py (del), pyShpIO.py (del), shpLib.py (del), template.py (del), wkt.py (del)
schmidtc 2010-03-25 18:50 Rev.: 330

moving W into __init__.py and fixing all the old links to weights.weights. If you're modules aren't unit tested, I didn't find them.

1 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: gwt.py (+1 -1)
schmidtc 2010-03-02 16:06 Rev.: 271

API changes for issue #48, changes signature of W.__init__.

8 lines of code changed in 2 files:

  • trunk/pysal/core/_FileIO: gal.py (+7 -12), gwt.py (+1 -4)
schmidtc 2010-02-24 00:59 Rev.: 259

optimize

5 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: _pyShpIO.py (+5 -1)
phil.stphns 2010-02-10 20:52 Rev.: 250

Removed nonconforming BSD-license material.

1 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: pyShpIO.py (+1 -1)
schmidtc 2010-02-09 10:38 Rev.: 243

removing the delete argument from tempfile.NamedTemporaryFile that was added in python 2.6.

1 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: pyShpIO.py (+1 -1)
schmidtc 2010-01-29 17:45 Rev.: 209

dropping pyshp, this is an outdated version that is not working as is. A new wrapper around the new pyshp library will be added soon, but for now the purepython is functioning well.
cleaned up imports in pyShpIO and pyDbfIO.

6 lines of code changed in 3 files:

  • trunk/pysal/core/_FileIO: __init__.py (+1 -4), pyDbfIO.py (+2 -1), pyShpIO.py (+3 -3)
schmidtc 2010-01-20 16:31 Rev.: 183

fixing issue #39, problem cause by the multi-part polygons, they were returning before the id property was set. Since id's are NOT part of the Polygon API, this should be removed in a future version. weights should manage it's own ids.

8 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: pyShpIO.py (+8 -13)
sjsrey 2010-01-05 22:11 Rev.: 174

- removing test based on (possibly erroneous) opengeoda results

references:

http://code.google.com/p/pysal/issues/detail?id=31
http://code.google.com/p/opengeoda/issues/detail?id=91

0 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: gal.py (-34)
sjsrey 2009-12-16 17:52 Rev.: 167

- optimized spatial_lag and moved from esda to weights module
- fixed id offset in reading gals to support general ids

16 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: gal.py (+16 -15)
schmidtc 2009-11-04 11:36 Rev.: 117

addresses issue #29

2 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: pyShpIO.py (+2 -2)
schmidtc 2009-10-23 11:13 Rev.: 112

commenting DBF handler

25 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: pyDbfIO.py (+25 -18)
schmidtc 2009-10-12 13:59 Rev.: 85

fixing ids for shapefiles, attach user provided ID if provided

9 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: pyShpIO.py (+9 -2)
schmidtc 2009-08-19 12:30 Rev.: 55

update example path

1 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: pyDbfIO.py (+1 -5)
schmidtc 2009-08-18 17:47 Rev.: 50

updateing tests and adding more

73 lines of code changed in 2 files:

  • trunk/pysal/core/_FileIO: _pyShpIO.py (+19 -19), pyShpIO.py (+54 -2)
schmidtc 2009-08-17 16:24 Rev.: 42

fixed a couple small bugs and adding FileIO wiki doc

1 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: pyDbfIO.py (+1 -1)
schmidtc 2009-08-17 15:49 Rev.: 40

adding GAL writer

24 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: gal.py (+24 -4)
schmidtc 2009-08-17 14:16 Rev.: 37

minor updates to SHP file api and Rectangle. Adding emtpy __init__.py for esda

2 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: pyShpIO.py (+2)
schmidtc 2009-08-17 12:58 Rev.: 35

removed debugging prints

0 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: pyShpIO.py (-2)
schmidtc 2009-08-17 12:50 Rev.: 33

Assigning IDs to Polygon's from Shapefiles

8 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: pyShpIO.py (+8 -3)
sjsrey 2009-08-14 18:01 Rev.: 22

- geodatxt

56 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: geoda_txt.py (+56 -12)
schmidtc 2009-08-14 17:40 Rev.: 21

rename _header to header

3 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: csvWrapper.py (+3 -3)
schmidtc 2009-08-14 17:04 Rev.: 20

fixing example

2 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: csvWrapper.py (+2 -1)
schmidtc 2009-08-14 16:57 Rev.: 19

fixing GWT/GAL WKT import problems

27 lines of code changed in 3 files:

  • trunk/pysal/core/_FileIO: gal.py (+5), gwt.py (+13 -5), wkt.py (+9 -8)
sjsrey 2009-08-14 16:13 Rev.: 16

- overriding read for GAL

3 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: gal.py (+3)
sjsrey 2009-08-14 15:57 Rev.: 15

- fix for http://code.google.com/p/pysal/issues/detail?id=5

5 lines of code changed in 1 file:

  • trunk/pysal/core/_FileIO: gal.py (+5 -5)
schmidtc 2009-08-14 11:56 Rev.: 9

adding core, needs testing

92 lines of code changed in 11 files:

  • trunk/pysal/core/_FileIO: __init__.py (new 4), _pyShpIO.py (new 19), csvWrapper.py (new 2), gal.py (new 17), geoda_txt.py (new 12), gwt.py (new 5), pyDbfIO.py (new 22), pyShpIO.py (new 3), shpLib.py (new), template.py (new), wkt.py (new 8)
Generated by StatSVN 0.7.0