fhirschmann / rdp

Python/Numpy implementation of the Ramer-Douglas-Peucker algorithm
https://pypi.python.org/pypi/rdp
MIT License
244 stars 117 forks source link

python 3 _ windows compatability #3

Closed zippy1981 closed 9 years ago

zippy1981 commented 9 years ago

This definitely works in python 2.7 and 3.4.2. My issues I was having before were due to me passing an array of polygons.

fhirschmann commented 9 years ago

Thanks Justin!