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.
_______________________________________________
Community mailing list
Community@lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community

Reply via email to