Hi, I would like to round a elevation value to the nearest even number. Is there a way to do this, perhaps using AttributeRounder or CoordinateRounder?
I am using FME Desktop 2016.
Thanks
Hi, I would like to round a elevation value to the nearest even number. Is there a way to do this, perhaps using AttributeRounder or CoordinateRounder?
I am using FME Desktop 2016.
Thanks
Best answer by redgeographics
If you use the expression @round(@Value(attr)/2)*2 in an AttributeManager or AttributeCreator it should do the trick.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.