convert
convertFromSexagesimal
Signature
js
convertFromSexagesimal(deg, min, sec, dir)Description
Converts Degrees, Minutes, Seconds to Decimal Degrees
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| deg | number | yes | degrees |
| min | number | no | minutes |
| sec | number | no | seconds |
| dir | 'N' | no | optional direction |
Returns
| Type | Description |
|---|---|
| number | decimal degrees, positive for N/E, negative for S/W |