Solved

From (Latitude,Longitude) to (X,Y) in EPSG:32717,


Hello,

 

 

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
icon

Best answer by takashi 4 April 2014, 23:58

View original

3 replies

Userlevel 2
Badge +17
Hi Lucho,

 

 

The AttributeReprojector might help you.

 

 

Takashi
thanks...but i don´t know what coordinate system is the source. I supose that the last coordinate system is EPSG:32717...but the first?...

 

 

Userlevel 4
Hi,

 

 

 

You can try with EPSG:4326 (or "LL84" in FME, they are the same thing).

 

 

David

Reply