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

Reply via email to