-
Notifications
You must be signed in to change notification settings - Fork 249
DIST
nenoruseno edited this page Mar 15, 2017
·
4 revisions
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 |