Denis Rykov
2014-01-20 04:53:56 UTC
Hello!
I would like to remove repeated points from geometry (such as
ST_RemoveRepeatedPoints in PostGIS).
It looks like Shapely doesn't have appropriate function, but I've
discovered that I can solve my problem using "simplify" function with 0
tolerance: simplify(0).
Is it right approach?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gispython.org/pipermail/community/attachments/20140120/a13335bd/attachment.htm>
I would like to remove repeated points from geometry (such as
ST_RemoveRepeatedPoints in PostGIS).
It looks like Shapely doesn't have appropriate function, but I've
discovered that I can solve my problem using "simplify" function with 0
tolerance: simplify(0).
Is it right approach?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gispython.org/pipermail/community/attachments/20140120/a13335bd/attachment.htm>