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

  • A list of indexes (in type given by array.argmin()) representing values closest to

  • given array values.

Examples using metpy.calc.resample_nn_1d