UTM to Latitude/Longitude conversions

Hi,

I need to create a workflow that would do coordinate transformations, UTM (Eastings and Northings) to Latitude/Longitude. I was wondering if there is possibly a node available that can do those type of conversions or if anyone has done coordinate conversions before?

bump

Hi,

we have that functionality in the Palladian library, but there's no node for it currently.

If you're interested in a custom development, feel free to drop me a line and we can discuss the details/conditions.

-- Philipp

Hi,

Philipp is right. Unfortunately there is no node with such functionality implemented. You could use a Java Snippet node to implement it yourself, though.

Cheers,
Marten

Hi,

you can use the rgdal and sp packages from R integration. I give you an example converting lambert 93 to lon lat GPS in attachment. You have to adapt it for UTM. The following codes could help :  https://sites.google.com/a/lakeheadu.ca/yong-luo/blog/convert-utm-to-longlat-in-r.

Fabien

Hi,

you can use the rgdal and sp packages from R integration. I give you an example converting lambert 93 to lon lat GPS in attachment. You have to adapt it for UTM. The following codes could help :  https://sites.google.com/a/lakeheadu.ca/yong-luo/blog/convert-utm-to-longlat-in-r.

Fabien

Thanks for the replies.

I've seen mentions of Java libraries and will have a look at those and will have a look at the R integration suggestion, but I haven't used R before so will look into that when and if I get a change.