I have a list of polygons each with a unique ID like below:
| Point ID | SpatialObj |
| 1 | Polygon |
| 2 | Polygon |
| 3 | Polygon |
I want to take any continuous overlapping polygons and combine them into 1 group and 1 combined polygon. In the below example, each colored area would be 1 row (group) with a combined polygon. So there would be 4 rows/groups in the below example.
