You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Douglas-Peucker Algorithm has very reasonable results, but it is very hard to find(guess) the right value of threshold. Moreover, it is also impossible to simplify each line to (for example) 40%. Exactly for such cases, v.generalize provides method=douglas_reduction. This algorithm is a modification of Douglas-Peucker Algorithm which takes another paratemer reduction which denotes (approximate) simplification of lines.
Raised at the dependency page, urschrei/simplification#11.
But also noting this page: https://grasswiki.osgeo.org/wiki/V.generalize_tutorial
Which seems to come from here: https://github.com/giscan/Generalizer/tree/master
The text was updated successfully, but these errors were encountered: