vdms.sel

vdms.sel(mission=None, time=None, domain=None)[source]

Select a subset of VDMs by any of its parameters and return a new vdms 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

Returns

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