This storm takes two storm locations and their observations times and calculates the average speed of the storm between the two observations.
calc_forward_speed(tclat_1, tclon_1, time_1, tclat_2, tclon_2, time_2)
A numeric vector giving latitude of the first location (degrees)
A numeric vector giving longitude of the first location (degrees). This value should be expressed as a positive value for Western hemisphere longitudes.
A date-time vector giving the time of the first observation.
A numeric vector giving latitude of the second location (degrees)
A numeric vector giving longitude of the second location (degrees). This value should be expressed as a positive value for Western hemisphere longitudes.
A date-time vector giving the time of the second observation.
A numeric vector with the average forward speed of the storm between the two observations, in meters per second.