Solved

Conversion of DMS to Decimal degree


I am looking on how to convert DMS attached to this question to something like 11.00999945. Any help will be appreciated.

Thanks

icon

Best answer by david_r 4 July 2017, 10:04

View original

2 replies

Userlevel 4

Have a look at this post from a week ago:

https://knowledge.safe.com/questions/46672/change-degree-minute-seconds-hemisphere-to-decimal.html

Badge +7

FYI: It's probably way too late now, but I just uploaded the DegreeFormatter to the FME Hub.

 

With this custom transformer, it should be easy to deal with these kind of problems. Handles multiple attributes at once and is able to work with latitude, longitude or latitude-longitude coordinates without having to use regular expressions (although it does use them under the hood ;)).

Reply