Hi,
I'm trying to reduce a table that has overlapping or duplicate spatial lines and then calculate the length of the remaining lines. However if I have an exact duplicate of 2 lines each with 1 mile length, the spatial summarize and st_length function. would return a length of 2 miles.
However when combining a duplicate polygon the area and length function returns the area length of only the single combined polygon. I.E. a duplicate 1 mile square box would reduce to a single polygon and return an area of 1 sq mile and 4 mile length.
Is this a bug of is there another way to get the output I want?

