I have two points along a straight line path. Each of these points has associated with it weather forecast data in the form :
[forecast time, direction, speed]
I need to generate direction and speed predictions along a route between these points at regular intervals (e.g. 10m or 10s)
I have seen a lot of methods using four points for speed interpolation but these do not work well for only two points.
Any suggestions?