Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I created voronoi polygons after which I dissolved them on the basis of one attribute. Now there are cases where in for one single attribute "abc" I have3 polygons at different places with same object id. I would like to break these into 3 polygons as they are at different locations.

Any tool in ArcGIS or QGIS which can help me in doing that.

Thank You.

share|improve this question

5 Answers

up vote 16 down vote accepted

I think that what you actually want to do is to convert multipart polygons into singlepart polygons.

In ArcGIS it can be done using Multipart To Singlepart (Data Management) tool.

share|improve this answer

In QGIS vector menu, you'll also find Multipart To Singlepart.

share|improve this answer

You should specify option SINGLE_PART when running ArcGIS Dissolve tool.

share|improve this answer
This is the best answer for preventing the problem when using ArcGIS. The Multipart To Singlepart tool (referenced by Marcin) is the best way to fix the issue after-the-fact. – GeoKevin Jun 21 '12 at 11:54

Another Less elegant option is to click the Explode button in Advanced Editing toolbar in Arcgis after selecting all features in Layer.

share|improve this answer

As Alex said, there is an option/check box in Arcgis 9.3 Dissolve tool, - "Create multipart features", it is "checked" as default. Hope this will help you.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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