visiontoolkit.spatial_interpolation

visiontoolkit.spatial_interpolation(obs_field, model_field_bb, interpolation_method, interpolation_z_coord, source_axes, model_t_identifier, no_vertical, vertical_key, apply_wrf_preproc_to_move=False)

Interpolate the flight path spatially (3D for X-Y and vertical Z).

Horizontal X-Y and vertical Z coordinates are interpolated. This is done under-the-hood in cf-python with the ESMF LocStream feature, see: https://xesmf.readthedocs.io/en/latest/notebooks/Using_LocStream.html

TODO: DETAILED DOCS