visiontoolkit.time_interpolation

visiontoolkit.time_interpolation(obs_times, model_times, obs_t_identifier, model_t_identifier, obs_field, model_field, halo_size, spatially_colocated_field, history_message, split_segments=False)

Interpolate the flight path temporally (in time T).

This co-locates between model data time points to match the time coordinate sampling of the flight path and is done using a method that performs a convolution-based merge of relevant segments of the (bouding box subspaced) model field already interpolated spatially onto the flight path.

TODO: DETAILED DOCS