geodezyx.interp package
Submodules
geodezyx.interp.interp module
Created on Tue Aug 24 13:58:51 2021
@author: psakicki
- class geodezyx.interp.interp.Interp1dTime(x, y, kind='linear', axis=-1, copy=True, bounds_error=None, fill_value=nan, assume_sorted=False)
Bases:
interp1d
Interpolation with datetime as inputs
This class inherites from scipy.interpolate.interp1d and can take as input datetime as X
Pierre Sakic 2020-01
- dtype
- class geodezyx.interp.interp.SlerpTime(times, rotations, extrapolate=True)
Bases:
Slerp
Slerp interpolation (for quaterinons) with datetime as inputs
This class inherites from scipy.spatial.transform.Slerp and can take as input datetime as X
Sakic 2020-01