I have a csv file with both lat and long fields that I would like to be converted from GAUSS-Kruger to UTM system. I tried a .csv reader and a "reprojector" transformer and a csv writer. The output csv is simple the same as my original input. Any ideas? thanks!
Solved
Coordinate conversion: from Gauss-Kruger to UTM what transformer to use?
Best answer by erik_jan
Two transformers exist for reprojection:
The standard Reprojector and the more advanced CSMAPReprojector.
These links give you information on both.
In case of a CSV the reader needs to convert the X and Y to geometries for the transformers.
Another option would be using the AttributeReprojector on these attributes without creating a geometry.
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.
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.

