I´ve a little problem.
I have latitude and longitude coordinates in decimal degrees but i need them with decimal values in EPSG:32717 (UTM-WGS84 17S) for x and y. x=667876.12 and y = 1234564.345 for example
How can i do this?
Thank You
I´ve a little problem.
I have latitude and longitude coordinates in decimal degrees but i need them with decimal values in EPSG:32717 (UTM-WGS84 17S) for x and y. x=667876.12 and y = 1234564.345 for example
How can i do this?
Thank You
The AttributeReprojector might help you.
Takashi
You can try with EPSG:4326 (or "LL84" in FME, they are the same thing).
David