resample_nn_1d¶
-
metpy.calc.
resample_nn_1d
(a, centers)[source]¶ Return one-dimensional nearest-neighbor indexes based on user-specified centers.
Parameters: - a (array-like) – 1-dimensional array of numeric values from which to extract indexes of nearest-neighbors
- centers (array-like) – 1-dimensional array of numeric values representing a subset of values to approximate
Returns: An array of indexes representing values closest to given array values