pangeo_fish.helpers.load_tag#
- pangeo_fish.helpers.load_tag(*, tag_root: str, tag_name: str, storage_options: dict = None, **kwargs)#
Load a tag.
- Parameters:
tag_root (
str) – Path to the folder that contains the tag data under a foldertag_nametag_name (
str) – Name of the tagged fish (e.g, “A19124”). Notably, It is used to fetch the biologging data from{tag_root}/{tag_name}/storage_options (
dict, optional) – Dictionary containing storage options for connecting to the S3 bucket
- Returns:
tag (
xarray.DataTree) – The tagtag_log (
xarray.Dataset) – The DST data (sliced w.r.t released and recapture dates)time_slice (
sliceorlike) – Time interval described by the released and recapture dates