[root]/trunk/pysal/core/_FileIO
pyshp
(0 files, 0 lines)

| 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 |
renaming _FileIO to be more visable. Issue #77
0 lines of code changed in 11 files:
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:
API changes for issue #48, changes signature of W.__init__.
8 lines of code changed in 2 files:
optimize
5 lines of code changed in 1 file:
Removed nonconforming BSD-license material.
1 lines of code changed in 1 file:
removing the delete argument from tempfile.NamedTemporaryFile that was added in python 2.6.
1 lines of code changed in 1 file:
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:
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:
- 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:
- 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:
addresses issue #29
2 lines of code changed in 1 file:
commenting DBF handler
25 lines of code changed in 1 file:
fixing ids for shapefiles, attach user provided ID if provided
9 lines of code changed in 1 file:
update example path
1 lines of code changed in 1 file:
updateing tests and adding more
73 lines of code changed in 2 files:
fixed a couple small bugs and adding FileIO wiki doc
1 lines of code changed in 1 file:
adding GAL writer
24 lines of code changed in 1 file:
minor updates to SHP file api and Rectangle. Adding emtpy __init__.py for esda
2 lines of code changed in 1 file:
removed debugging prints
0 lines of code changed in 1 file:
Assigning IDs to Polygon's from Shapefiles
8 lines of code changed in 1 file:
- geodatxt
56 lines of code changed in 1 file:
rename _header to header
3 lines of code changed in 1 file:
fixing example
2 lines of code changed in 1 file:
fixing GWT/GAL WKT import problems
27 lines of code changed in 3 files:
- overriding read for GAL
3 lines of code changed in 1 file:
- fix for http://code.google.com/p/pysal/issues/detail?id=5
5 lines of code changed in 1 file:
adding core, needs testing
92 lines of code changed in 11 files: