1.6. cpforager.TDR_Collection

class cpforager.TDR_Collection(tdr_collection)

A 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.

Methods

__init__(tdr_collection)

Constructor of a TDR_Collection object.

display_data_summary([standalone])

Print in terminal the TDR_Collection data summary.

indiv_depth_all(fig_dir, file_id, plot_params)

Produce the individual depth plot of every TDR in collection.

plot_stats_summary(fig_dir, file_id, plot_params)

Produce the dive statistics summary of every TDR data.