2.6. cpforager.TDR_Collection

class cpforager.TDR_Collection(tdr_collection)

Bases: object

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.

2.6.1. Methods

cpforager.TDR_Collection.display_data_summary([...])

Print in terminal the TDR_Collection data summary.

cpforager.TDR_Collection.indiv_depth_all(...)

Produce the individual depth plot of every TDR in collection.

cpforager.TDR_Collection.plot_stats_summary(...)

Produce the dive statistics summary of every TDR data.