I'm trying to calculate the distance along a line at a certain time, taking the speed change into account.
What I have, two points (lat, lng), the time between the two points, the distance between the two points and the speed at both points.
What I want, the distance (along the line) at a specific time, taking the initial speed and end speed into account.
I'm not really sure what formula I should be using for this (or if it's possible with the data I have), I've been googling, but not really getting anywhere.
Any help would be appreciated, please ask if you need any more information.
(NB. wasn't even sure what tag to use, please update if you think another tag makes more sense)
Thanks for taking the time to read this