How to intelligently degrade or smooth GIS data (simplifying polygons)?
Douglas-Peucker is definitely the right approach. There are some simple ways to access implementations of it in PostGIS and QGIS that I thought I would add here for those who come across this post with a similar question. The goal is to start with something like this: and end up with something like this: In … Read more