Unit converter
Converts from decimal degrees to degrees, minutes, and seconds and vice versa.
converter units decimals degrees minutes seconds
| Id | Title | Data Type | Description |
|---|---|---|---|
| degrees | degrees | string | Coordinates in degrees. Mandatory. If parameter convertto=dec, decimal degrees. If parameter convertto=dms, integer part of the degrees. Type string to avoid errors that some clients generate with the value -0. |
| minutes | minutes | string | Part in minutes of the coordinates in dms format. Mandatory parameters if parameter convertto=dec. |
| seconds | seconds | string | Part in seconds of the coordinates in dms format. Mandatory parameters if parameter convertto=dec. |
| convertto | convertto | string | Conversion type. Possible dms (degrees, minutes, and seconds) and dec (decimals) values. Default value dms. |
| Id | Title | Description |
|---|---|---|
| output | UnitConversion | Result of the coordinate conversion. |
Execution modes
- Synchronous
