I have X and Y coordinate in a csv file and i want to change the coordinate system to LL84. Is there any way to convert these number ?? Any help will be much appreciated.
I have X and Y coordinate in a csv file and i want to change the coordinate system to LL84. Is there any way to convert these number ?? Any help will be much appreciated.
Have a look at the CsmapAttributeReprojector to convert attribute values directly to LL84.
Alternatively first create geometries out of the X/Y values (either in the CSV reader or using the VertexCreator) and then using the CsmapReprojector or any of the other "specialty" reprojection transformers.
Not sure if you can do it directly on the attributes, but for sure you can: