Reduce number of points in line

Posted by culebrón on Stack Overflow See other posts from Stack Overflow or by culebrón
Published on 2010-04-04T09:17:38Z Indexed on 2010/04/04 9:23 UTC
Read the original article Hit count: 310

Filed under:
|
|

I'm searching for algorithms to reduce the LOD of polylines, lines (looped or not) of nodes. In simple words, I want to take hi-resolution coastline data and be able to reduce its LOD hundred- or thousandfold to render it in small-scale.

I found polygon reduction algorithms (but they require triangles) and Laplacian smoothing, but that doesn't seem exactly what I need.

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about polygon