.. automodule:: cpforager
   :members:
   :undoc-members:
   :show-inheritance:

Classes
-----------------------

All classes used to handle biologging data of a central-place foraging seabird. Each class corresponds to a given sensor commonly used in movement ecology.

.. currentmodule:: cpforager

.. autosummary::
   :toctree: generated
   
   GPS
   TDR
   AXY
   GPS_TDR
   
All classes used to handle datasets composed of multiple loggers.

.. autosummary::
   :toctree: generated

   GPS_Collection
   TDR_Collection
   AXY_Collection
   GPS_TDR_Collection