Skip to main content

Hi,

 

I have a polygon that looks like it has some floating point issues in measures around 0.
 


What is the best way to fix those values without affecting the legitimate values.

I’m thinking extracting the measures as a list and then editing the list in python and resetting all the measures from the new list, but that seems a little convoluted.

I’d lean towards the same approach. You could do it in native FME by exploding the extracted list of measures rounding, then reapplying them. Another approach could be breaking the line into each vertex then rebuild the line afterwards