dropsondes.sel

dropsondes.sel(mission=None, time=None, domain=None, location=None, top=None, slp=None, MBLspd=None, WL150spd=None, DLMspd=None)[source]

Select a subset of dropsondes by any of its parameters and return a new dropsondes object.

Parameters
  • mission (str) – Mission name (number + storm id), e.g. mission 7 for AL05 is ‘0705L’

  • time (list/tuple of datetimes) – list/tuple of start time and end time datetime objects. Default is None, which returns all points

  • domain (dict) – dictionary with keys ‘n’, ‘s’, ‘e’, ‘w’ corresponding to boundaries of domain.

  • location (str) – Location of dropsonde. Can be “eyewall” or “center”.

  • top (tuple) – Tuple containing range of pressures (in hPa) of the top of the dropsonde level.

  • slp (tuple) – Tuple containing range of pressures (in hPa) of the bottom of the dropsonde near surface.

Returns

dropsondes – A new dropsondes object that satisfies the intersection of all subsetting.