Tagged Questions
5
votes
1answer
204 views
POSTGIS workflow for cleaning up a noisy dataset
I have a conservation dataset that im trying to simplify for the purpose of using it as a GML layer in openlayers, ie reducing the total shape and node count to quite small.
The data has issues: eg-
...
11
votes
4answers
2k views
Simplifying adjacent polygons
I encountered a problem simplifying set of polygons that are adjacent. If I simplify each polygon separately with the Douglas–Peucker algorithm (which is used by many open source tools), the resulting ...