I am trying to convert a polyline feature to a polygon by grouping using an attribute. I have around 5,000 distinct values and would expect to produce 5,000 polygons. But for some reason I'm getting 30,000 polygons.
I've been using the AreaBuilder.
I'm also seeing: 'Duplicate segment detected at location..'
Any suggestions? Thanks