Hi All,
A question related to shapely, i downloaded it and installed the 1.2b version
using easy_install
on a mac osx 10.6.
Tring to run the dissolve.py or intersect.py code example i'm having an error
in the " cascaded_union " function,
exactly :
MacBook-Pro-15-di-Massimo-Di-Stefano:~ sasha$ python
/Users/sasha/Downloads/Shapely-1.2b1/examples/dissolve.py
Traceback (most recent call last):
File "/Users/sasha/Downloads/Shapely-1.2b1/examples/dissolve.py", line 24, in
<module>
patches = cascaded_union(spots)
TypeError: cascaded_union() takes exactly 1 argument (2 given)
MacBook-Pro-15-di-Massimo-Di-Stefano:~ sasha$ python
/Users/sasha/Downloads/Shapely-1.2b1/examples/intersect.py
Traceback (most recent call last):
File "/Users/sasha/Downloads/Shapely-1.2b1/examples/intersect.py", line 18,
in <module>
patches = cascaded_union(spots)
TypeError: cascaded_union() takes exactly 1 argument (2 given)
have you ant clue on what's wrong ?
thanks for any help!
regards,
Massimo.
P.S.:
i need to say thanks to your Community,
i enjoy my gis experience with python!
_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community