2.6. cpforager.TDR_Collection
- class cpforager.TDR_Collection(tdr_collection)
Bases:
objectA class to represent a list of TDR data of a central-place foraging seabird.
- __init__(tdr_collection)
Constructor of a TDR_Collection object.
- Parameters:
tdr_collection (list[cpforager.TDR]) – the list of TDR.
- Variables:
tdr_collection (list[cpforager.TDR]) – the list of TDR.
n_tdr (int) – the total number of TDR included in the list.
n_dives (int) – the number of dives summed over every TDR included in the list.
dive_statistics_all (pandas.DataFrame) – the dive statistics dataframe merged over every TDR included in the list.
df_all (pandas.DataFrame) – the enhanced TDR dataframe merged over every TDR included in the list.
2.6.1. Methods
Print in terminal the TDR_Collection data summary. |
|
Produce the individual depth plot of every TDR in collection. |
|
Produce the dive statistics summary of every TDR data. |