Perform Linear interpolation of 3D time series coordinates
I have a time series 3d coordinates (x, y, z) that are time stamped in 1s and 2s for example. I need to find the corresponding 3d coordinates that is timed stamped at 1.4s. What would be the recommended interpolate function that i can use in Python for this? I can assume this interpolation to be linear.