Open
Description
Thanks for your work on these simplification algorithms!
Line simplification can be done using the Douglas-Pecker or Visvalingam-Whyatt algorithm. They both operate through an epsilon/tolerance parameter. Depending on the algorithm it represent distance (DP) or area (VW).
Therefor the required tolerance in each situation is hard to decide since it is implicitly depending on the projection as well (eg. meters or degrees).
Mapshaper provide the option to reduce the linestring by a percentage of points. It would be nice to have this possibility as well for these algorithms.
(you probably also like this blog: http://martinfleischmann.net/line-simplification-algorithms/ which incorporate your package).
Metadata
Assignees
Labels
No labels
Activity