Skip to main content
Solved

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

  • April 4, 2014
  • 3 replies
  • 66 views

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

Best answer by takashi

Hi Lucho,

 

 

The AttributeReprojector might help you.

 

 

Takashi
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.

3 replies

takashi
Celebrity
  • Best Answer
  • April 4, 2014
Hi Lucho,

 

 

The AttributeReprojector might help you.

 

 

Takashi

  • Author
  • April 4, 2014
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?...

 

 


david_r
Celebrity
  • April 7, 2014
Hi,

 

 

 

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

 

 

David