I have a set of polygons representing administrative districts. The districts were digitized by hand, and there are small spaces between polygons where the polygons should be touching. There are probably also overlapping polygons. How can I have the polygons snap together, filling the gaps and removing overlap?

QGIS / ArcGIS or Python library solution preferred (but algorithm suggestions welcome)

link|improve this question

This is a gis.stackexchange.com question. – steenhulthin Jun 14 '11 at 14:46
I have asked this question at gis.stackexchange.com. There doesn't seem to be a tool to do this, so I'm also looking for a computational geometry approach to implement myself. – zoo Jun 14 '11 at 14:51
Ok, fair enough. Sorry if my first answer was a bit impolite. – steenhulthin Jun 14 '11 at 15:36
feedback

3 Answers

up vote 1 down vote accepted

Old school ArcInfo had a "clean" function - I think they did the same thing in geoprocessing if you use a geodb. In that function you set a tolerance for snapping lines and points together. The clean gets rid of all those slivers (the technical term for what you are talking about).

For Qgis:

This thread should be of some help to you http://hub.qgis.org/issues/3126

link|improve this answer
feedback

You can find a tool in the ArcGIS world called: geometry repair. You can use the python API.

link|improve this answer
But this tool repairs corrupted files, fixing invalid geometry in single features. It does not help with the problem in the question. – MarkJ Jun 15 '11 at 20:11
feedback

I know this post is 6 months old but ayway, you can use the Integrate tool in ArcGIS which should do what you want.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.