Solved

Merge gaps between polygons using attribute value

  • 25 June 2020
  • 5 replies
  • 14 views

Badge

We face a problem correcting the geometry between multiple polygons in a layer.

There are some gaps between polygons and we need to automatically fill them. We identified 2 ways to fill the gaps between 2 polygons, explained in the following chart.

We tried the first solution using dossolver and Donut Hole extractor, but there are some line left after the process (maybe due to the different positions of the shape vertex on the grid). So we don’t know if our process is the best to succed ? if yes , how to fix this problem ?

icon

Best answer by ronan 25 June 2020, 14:25

View original

5 replies

Badge +10

Have you tried the AreaGapAndOverlapCleaner?

Badge

Yes but this transformer cut overlapped polygons, we need to keep the overlapping

Badge +10

Yes but this transformer cut overlapped polygons, we need to keep the overlapping

I'd still be tempted to use it and then add the overlapping areas back in afterwards, something like this

Badge

Thanks, we are testing , we are giving you a feedback quickly

Badge

Thantks a lot, the process you describe is working. We are even testing a process with the same philosophy but more simple :

Reply