Skip to main content
Solved

length calculator lines

  • March 23, 2020
  • 2 replies
  • 43 views

terezia86
Forum|alt.badge.img

Hello,

 

have anybody any idea why the LengthCalculator is giving wrong length in meter?

I set the reprojector and lengthCalculator as usual.

Thanks

Best answer by david_r

According to FME the coordinate system is EPSG:4258, which is in degrees lat/lon, not meters.

Try using the GeographicLengthCalculator from the FME Hub.

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

david_r
Celebrity
  • 8392 replies
  • Best Answer
  • March 23, 2020

According to FME the coordinate system is EPSG:4258, which is in degrees lat/lon, not meters.

Try using the GeographicLengthCalculator from the FME Hub.


terezia86
Forum|alt.badge.img
  • Author
  • 59 replies
  • March 23, 2020

According to FME the coordinate system is EPSG:4258, which is in degrees lat/lon, not meters.

Try using the GeographicLengthCalculator from the FME Hub.

thanks, it worked!