[GIS] Intersection reports invalid geometries

intersectionqgisqgis-2.18

I want to intersect two layers (shapefiles) with QGIS 2.18.
For both layers, I tested validity with

  • QGIS Vector / Vector Tools / Check validity and
  • GRASS v.build.check (with default parameters)

both tests report no errors for both layers, but QGIS Intersection reports invalid geometry for one or more input features.

The two layers may have some boundaries, that should be equal, but may actually have slight differences (unprecise manual digitalisation of one layer) possibly resulting in several very small slices.

What do you recommend me to try?

Best Answer

SAGA - vector polygon tools - intersection is my friend. It creates a new Layer without stopping because of errors. Now, I have to delete features with small areas from the new layer.

Related Question