Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 852 Bytes

core_structure.rst

File metadata and controls

26 lines (20 loc) · 852 Bytes

Core structure

The traffic library is based on three main core classes for handling:

Flight and Traffic are wrappers around pandas DataFrames with relevant efficiently implemented methods for trajectory analysis. Airspaces take advantage of shapely Geometries for geometrical analysis.

Contents

traffic.core.flight traffic.core.traffic traffic.core.airspace