Distance and direction calculation between two coordinates. The result are the distance in NM and the QDR in degrees.
Usage:
DIST lat0, lon0, lat1, lon1
Arguments:
Name | Type | Required | Description |
---|---|---|---|
lat0 | float | Yes | Latitude |
lon0 | float | Yes | Longitude |
lat1 | float | Yes | Latitude |
lon1 | float | Yes | Longitude |