remove_nan_observations#

metpy.interpolate.remove_nan_observations(x, y, z)[source]#

Remove all x, y, and z where z is nan.

Will not destroy original values.

Parameters:
  • x (array-like) – x coordinate

  • y (array-like) – y coordinate

  • z (array-like) – observation value

Returns:

x, y, z – List of coordinate observation pairs without nan valued observations.

Examples using metpy.interpolate.remove_nan_observations#

Wind and Sea Level Pressure Interpolation

Wind and Sea Level Pressure Interpolation

Point Interpolation

Point Interpolation