calc_bearing: Helper function for cleaning Columbus P-1 datasets. Given lat...

Description Usage Arguments Value

Description

Helper function for cleaning Columbus P-1 datasets. Given lat and long coords in degree decimal, convert to radians and compute bearing.

Usage

1
calc_bearing(lat1, lon1, lat2, lon2)

Arguments

lat1

latitude of starting point

lon1

longitude of starting point

lat2

latitude of ending point

lon2

longitude of ending point

Value

bearing computed from given coordinates


animaltracker documentation built on Nov. 18, 2020, 1:08 a.m.