Language Language English 简体中文 unilab.terrains.utils.bilinear_resample_grid¶ unilab.terrains.utils.bilinear_resample_grid(x, y, z, x_new, y_new)[source]¶ Resample a regular grid z(x, y) at the cartesian product of new coords. Parameters: x (ndarray) y (ndarray) z (ndarray) x_new (ndarray) y_new (ndarray) Return type: ndarray