How do I convert geographic coordinates to UTM in FME. I have not found anything simple, I do not believe that the FME does not do it simply.
thank youPage 1 / 1
Hi @mr_fme, have a look at the AttributeReprojector or the CsmapAttributeReprojector.
If the lat/long coordinates are given in degrees/minutes/seconds, you may want to look at the DecimalDegreesCalculator as well, it will let you convert those three values to decimal degrees.