New paper about a novel method for edge-matching
Jan 5, 2017

We published a new paper:

Solving the horizontal conflation problem with a constrained Delaunay triangulation. Hugo Ledoux and Ken Arroyo Ohori. Journal of Geographical Systems 19(1), 2017, pp. 21–42.
PDF DOI BibTeX
@article{17_jgsy_em,
  author = {Ledoux, Hugo and Arroyo Ohori, Ken},
  journal = {Journal of Geographical Systems},
  number = {1},
  pages = {21--42},
  title = {Solving the horizontal conflation problem with a constrained {D}elaunay triangulation},
  year = {2017}
}


We propose an alternative method to performing horizontal conflation, almost known as edge-matching. ‘Traditional’ methods snap vertices based on a user-defined threshold, but, as we argue in the paper, this leads to invalid geometries, is error-prone, and leaves several discrepancies along the boundaries. Our method is based on a constrained Delaunay triangulation to identify and eliminate the discrepancies, and the alignment is performed without moving vertices with a snapping operator. This allows us to guarantee that the datasets have been properly conflated and that the polygons are geometrically valid.

Our implementation is based on the stable and fast triangulator in CGAL, and has been tested with several real-world datasets. It is available as one option in our software pprepair.