Skip to main content
Solved

Convert Lat/long coordinates to UTM

  • October 11, 2018
  • 2 replies
  • 218 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

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 you

Best answer by david_r

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • 7843 replies
  • October 11, 2018

Hi @mr_fme, have a look at the AttributeReprojector or the CsmapAttributeReprojector.


david_r
Celebrity
  • 8394 replies
  • Best Answer
  • October 12, 2018

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.