Hi David, I fixed this a while ago, and some other bugs too. We're at 1.2b6 today.
On Tue, Apr 13, 2010 at 5:44 AM, David Fawcett <[email protected]> wrote: > When I run the intersect.py Shapely example script, I get an error > related to the number of arguments for cascaded_union() function. > http://trac.gispython.org/lab/browser/Shapely/branches/1.2/examples/intersect.py > > xydata:shapely_lab david$ python intersect.py > Traceback (most recent call last): > File "intersect.py", line 18, in <module> > patches = cascaded_union(spots) > TypeError: cascaded_union() takes exactly 1 argument (2 given) > > > I am running version 1.2, so I assume that it isn't a version issue. >>>> import shapely >>>> dir(shapely) > ['__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__'] >>>> shapely > <module 'shapely' from > '/Library/Python/2.6/site-packages/Shapely-1.2b1-py2.6.egg/shapely/__init__.pyc'> > > David. > _______________________________________________ > Community mailing list > [email protected] > http://lists.gispython.org/mailman/listinfo/community > -- Sean _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
