How to intelligently degrade or smooth GIS data (simplifying polygons)?

后端 未结 7 637
遇见更好的自我
遇见更好的自我 2020-12-07 10:42

I have detailed US county maps, from the TIGER LINE data sets. How might I sample, smooth, or degrade the data so that I get straighter, more boxy, less \"noisy\" shapes to

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-07 11:01

    You could also try Visvalingam’s algorithm, which iteratively removes the least perceptible part of a line. Here is a great explanation of that algorithm:

    • http://bost.ocks.org/mike/simplify/

提交回复
热议问题