Skip to content

v0.7.30

Choose a tag to compare

@mbloch mbloch released this 22 Jun 13:51
· 4 commits to master since this release
  • Added the -smooth command for scale-aware smoothing of polygon and polyline features, using a Gaussian (Savitzky–Golay) low-pass filter. The <distance> parameter sets the resolution of the result (detail finer than this is removed; larger features are preserved). Options include keep-corners (preserve sharp corners where straight-line segments meet), gain= (strength of the curvature-shrinkage correction; 0 disables it, >1 exaggerates bends), no-prefilter (skip the default detail-removal preprocessing step), and planar.