This translates given Latitude and Longitude coordinates into a DMS string.
Requires input table to have columns Lat and Lon of type Decimal.
This has been implemented using Math Formula and String Manipulation instead of Column Expression on purpose as Column Expression extension is not included with Knime by default.
Author: @bruno29a
- Type: TableTable with columns Lat and Lon, both of type Decimal