urschrei / simplification

Very fast Python line simplification using either the RDP or Visvalingam-Whyatt algorithm implemented in Rust
Other
168 stars 18 forks source link

Error in usage example #9

Closed PxGhosh closed 4 years ago

PxGhosh commented 4 years ago

The line in usage: from simplification.cutil import simplify_coords, simplify_coordsvw

Needs to be changed to: from simplification.cutil import simplify_coords, simplify_coords_vw

PxGhosh commented 4 years ago

If possible add two function(s) to return only the list of positions (indices) of the output points in the input list, rather than the coordinates. One for RDP and the other for Visvalingam-Whyatt. This is to make this package more useful.

PxGhosh commented 4 years ago

Dear Stephen, Thank you for your mail and much needed help. I'll try the recommendations and if there is any problem, I'll be touch.

Take care.

Parthasarathi Ghosh

⁣Sent from BlueMail ​

On Mar 26, 2020, 5:12 PM, at 5:12 PM, "Stephan Hügel" notifications@github.com wrote:

Closed #9 via ba10e418d031ee6952ac1bbd6b63c43ca365a5ba.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/urschrei/simplification/issues/9#event-3167921567