What is the Python function to perform a linear interpolation of time series in 3D 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 a time between the time stamped series.
What is the python function to perform a linear interpolation of time series 3d 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 a time between the time stamped series.