Skip to main content
Solved

Reprojecting attribute values (no geometry)

  • May 3, 2016
  • 2 replies
  • 30 views

Forum|alt.badge.img

Dear FME community,

I have a comma separeted file (CSV) which contains coordinates of polygons. They are in the form:

4606782.08077,5649438.11392,4607573.11623,5649937.71526
4607494.19448,5649114.04178,4608310.37980,5649629.52724
4625760.04745,5648557.21385,4626429.36498,5648979.94071 

They are in the German coordinate system EPSG:31468 and should be transformed to EPSG:25833. How can I easliy reproject these values and write them out as a new CSV file? Do I have to build polygons first, transform them and then extract the geometry again, or is there a more easy way to do it?

Kind regards

Thomas

Best answer by pratap

Hi,

AttributeReprojector will Reprojects attributes from one coordinate system to another. Hope this helps

Pratap

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

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • Best Answer
  • May 3, 2016

Hi,

AttributeReprojector will Reprojects attributes from one coordinate system to another. Hope this helps

Pratap


Forum|alt.badge.img
  • Author
  • May 3, 2016

Hi,

AttributeReprojector will Reprojects attributes from one coordinate system to another. Hope this helps

Pratap

Wonderfull! With 2 AttributeReprojectors it works (for the 4 coordinates values). Many thanks.