I propose we get a first alpha release up to PyPI within a couple  
weeks. Tests are passing for me with GEOS 3.1.1 (results below), we're  
using GEOSFree instead of libc.free, prepared geometry support is in  
(TOFO: document the in the manual).

Yes?

(gispy-lab)krusty-2:Shapely-1.2 seang$ coverage -x setup.py test
running test
running egg_info
writing Shapely.egg-info/PKG-INFO
writing top-level names to Shapely.egg-info/top_level.txt
writing dependency_links to Shapely.egg-info/dependency_links.txt
reading manifest file 'Shapely.egg-info/SOURCES.txt'
writing manifest file 'Shapely.egg-info/SOURCES.txt'
running build_ext
/Users/seang/code/gispy-lab/src/Shapely-1.2/shapely/tests/ 
test_doctests.pyc
Doctest: Array.txt ... ok
Doctest: attribute-chains.txt ... ok
Doctest: binascii_hex.txt ... ok
Doctest: dimensions.txt ... ok
Doctest: GeoInterface.txt ... ok
Doctest: invalid_intersection.txt ... ok
Doctest: IterOps.txt ... ok
Doctest: LineString.txt ... ok
Doctest: MultiLineString.txt ... ok
Doctest: MultiPoint.txt ... ok
Doctest: MultiPolygon.txt ... ok
Doctest: Operations.txt ... ok
Doctest: Persist.txt ... ok
Doctest: Point.txt ... ok
Doctest: Polygon.txt ... ok
Doctest: polygonize.txt ... ok
Doctest: Predicates.txt ... ok
Doctest: wkt_locale.txt ... ok
test_prepared  
(shapely.tests.test_prepared.PreparedGeometryTestCase) ... ok

----------------------------------------------------------------------
Ran 19 tests in 0.449s

OK
Exception exceptions.AttributeError: "'NoneType' object has no  
attribute 'GEOSGeom_destroy'" in <bound method Polygon.__del__ of  
<shapely.geometry.polygon.Polygon object at 0x1940ef0>> ignored
Exception exceptions.AttributeError: "'NoneType' object has no  
attribute 'GEOSGeom_destroy'" in <bound method Polygon.__del__ of  
<shapely.geometry.polygon.Polygon object at 0x1940e50>> ignored
Exception exceptions.AttributeError: "'NoneType' object has no  
attribute 'GEOSGeom_destroy'" in <bound method MultiPolygon.__del__ of  
<shapely.geometry.multipolygon.MultiPolygon object at 0x195dd70>>  
ignored

coverage -r shapely/*.py shapely/geometry/*.py
Name                               Stmts   Exec  Cover
------------------------------------------------------
shapely/__init__                       0      0   100%
shapely/ctypes_declarations          163    163   100%
shapely/geometry/__init__              8      8   100%
shapely/geometry/base                308    278    90%
shapely/geometry/collection           17      9    52%
shapely/geometry/geo                  45     27    60%
shapely/geometry/linestring          124     93    75%
shapely/geometry/multilinestring      68     47    69%
shapely/geometry/multipoint           94     80    85%
shapely/geometry/multipolygon         79     65    82%
shapely/geometry/point               129    118    91%
shapely/geometry/polygon             257    219    85%
shapely/geometry/proxy                31     27    87%
shapely/geos                         135    104    77%
shapely/iterops                       32     27    84%
shapely/ops                           24     24   100%
shapely/predicates                    38     28    73%
shapely/prepared                      20     18    90%
shapely/topology                      39     35    89%
shapely/wkb                           24     16    66%
shapely/wkt                           22     15    68%
------------------------------------------------------
TOTAL                               1657   1401    84%

--
Sean Gillies
Programmer
Institute for the Study of the Ancient World
New York University

_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community

Reply via email to