add_track_length_GPS: Add track length based on GPS

Description Usage Arguments Value References

View source: R/add_track_length.R

Description

The function adds a column with track length in meters based on track start and stop GPS coordinates.

Usage

1

Arguments

stations

(required) Dataframe (tibble) with all stations and the attributes (columns) "Lon_start_DD", "Lat_start_DD","Lon_stop_DD", and "Lat_stop_DD".

Value

This function returns the input tibble with an added column called "Track_dist_m_GPS".

References


dswdejonge/TripleD documentation built on June 18, 2020, 12:24 p.m.