Hello,
I would like to dissolve large polygon feature data set(25000 units) based on 2 conditions:
1- by attribute value partially matched, (UNIT field)
for example
| id | Unit |
|---|
| 1 | CLAY BROWN UNIT 2 |
| 2 | CLAY BROWN UNIT 3 |
| 3 | CLAY BROWN UNIT 4 sub unit 6 |
| 4 | CLAY BROWN UNIT 5 |
2- only adjacent polygon should be dissolved. ( warning topology is not clean 100% , small gaps may appear)
example only rows 1,2,3 are adjacent polygon.
I would appreciate any suggestion.
Thank you