Hi All,
I have a complex polygon with smaller polyons within a bigger polygon, multiparts and lots of overlap issues. I want to be able to desegregate, remove multiparts and be able to select each polygons individually. Any thoughts will be helpful.
I have a complex polygon with smaller polyons within a bigger polygon, multiparts and lots of overlap issues. I want to be able to desegregate, remove multiparts and be able to select each polygons individually. Any thoughts will be helpful.
Page 1 / 1
Hi @mat_1
You can use the transformer Deaggregator for desagregate features. You can select polygons by attributes using the transformer Tester.
Thanks in Advance,
Danilo
Hi @mat_1
You can use the transformer Deaggregator for desagregate features. You can select polygons by attributes using the transformer Tester.
Thanks in Advance,
Danilo
Hi Danilo,
I have used Disaggregator to do the splits and areagapandoverlaycleaner to remove overlaps, not fully doing all polygons only some of the polygons did disaggregate.