gcd.slc: Spherical distance between 2 points

View source: R/main.R

gcd.slcR Documentation

Spherical distance between 2 points

Description

Calculates the geodesic distance between two points specified by radian latitude/longitude using the Spherical Law of Cosines (slc)

Usage

gcd.slc(long1, lat1, long2, lat2)

Arguments

long1

Longitude of point 1 in degrees

lat1

Latitude of point 1 in degrees

long2

Longitude of point 2 in degrees

lat2

Latitude of point 2 in degrees

Value

distance in km

Author(s)

Charles Frost, charles_frost@fws.gov

References

https://github.com/USFWS/AKaerial


USFWS/AKaerial documentation built on April 3, 2025, 4:06 p.m.