Distance between sites
returns the distance in meters between site1 and site2.d
= distance(site1,site2
)
returns
the distance using a specified path type, either Euclidean or great circle
path.d
= distance(site1,site2
,path
)
returns the distance with additional options specified by name-value pairs.d
= distance(___,Name,Value
)