Features
========
This module contains functions to calculate features from the tracking data.

Covered Distance
---------------------------------------------------------
`databallpy.features.get_covered_distance`

.. autofunction:: databallpy.features.get_covered_distance

Pressure
----------------------------------------------------
`databallpy.features.get_pressure_on_player`

.. autofunction:: databallpy.features.get_pressure_on_player

Possession
---------------------------------------------------
`databallpy.features.add_team_possession`

.. autofunction:: databallpy.features.add_team_possession

`databallpy.features.get_individual_player_possession`

.. autofunction:: databallpy.features.get_individual_player_possession

Space Occupation
-------------------------------------------------------------
`databallpy.features.get_approximate_voronoi`

.. autofunction:: databallpy.features.get_approximate_voronoi

`databallpy.features.get_pitch_control`

.. autofunction:: databallpy.features.get_pitch_control

`databallpy.features.get_pitch_control_single_frame`

.. autofunction:: databallpy.features.get_pitch_control_single_frame

`databallpy.features.get_pitch_control_single_frame`

.. autofunction:: databallpy.features.get_player_influence

`databallpy.features.get_team_influence`

.. autofunction:: databallpy.features.get_team_influence
