huracanpy.sel_id#

huracanpy.sel_id(tracks, track_ids, track_id)[source]#

Select an individual track from a set of tracks by ID

Parameters:
  • tracks (xarray.Dataset)

  • track_ids (xarray.DataArray) – The track_ids corresponding to the tracks Dataset

  • track_id (Any) – The track ID to match in track_ids. Must be the same type as the track_ids. Usually int or str

Return type:

xarray.Dataset