Xoolive Traffic Versions Save

A toolbox for processing and analysing air traffic data

v2.10.0

1 month ago

What's Changed

Full Changelog: https://github.com/xoolive/traffic/compare/v2.9.0...v2.10.0

v2.9.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/xoolive/traffic/compare/v2.8.1...v2.9.0

v2.8.1

1 year ago

What's Changed

Full Changelog: https://github.com/xoolive/traffic/compare/v2.8.0...v2.8.1

v2.8.0

1 year ago

Python 3.7 is no longer supported.

Major improvements:

  • Leaflet is no longer a plugin
  • trajectory resampling along great circles
  • fuel emissions with @junzis
  • holding pattern and point merge detection with @lbasora
  • DME NSE computation by @figuetbe
  • include grib files in trajectories (with interpolation)

Minor improvements:

  • deprecation of .filter_if()
  • allow caching in parquet files
  • use a specific logger per module @q-wertz
  • bug fix in METAR downloads @figuetbe
  • bug fix in Mode S decoding @MichelKhalaf

v2.7.0

2 years ago

Major refactoring

  • New documentation, logo, incl. tutorial pages
  • Refactoring in ADSB decoding (in progress)
  • Refactoring in parsing AIXM files
  • Airspaces are now consistent with geopandas
  • Refactoring for chaining with methods returning flight iterators
  • Support for Python 3.10, more flexible dependency management

Minor additions

  • Add support for .so6.gz, .pickle extension
  • Update aircraft database capabilities, refine aircraft categories
  • Parse free route information
  • Support for B2B 25.0
  • Rich outputs for most core classes, going to tqdm.rich
  • how argument in resampling
  • Performance issues on import

Bug fixes: #168 #169 #166 #182 #185 #191

Contributors: @espinielli @MichelKhalaf @sfo @m-derra

v2.6.6

2 years ago

Feature improvement:

  • trajectory generation framework by @alafage
  • time_buffer parameter in Impala with @espinielli

Bug fix:

  • Link to @junzis aircraft database

Minor changes:

  • Fully typed library (--strict flag for mypy)

New Contributors

Full Changelog: https://github.com/xoolive/traffic/compare/v2.6.5...v2.6.6

v2.6.5

2 years ago

Feature improvements:

  • strict parameter to Flight clipping methods
  • taxiway labelling for ground trajectories
  • improvements on Impala query generation

Bug fixes:

  • Fix for recent versions of pandas
  • Flight are now GeoObjects
  • Correct requests for airports footprints (cartes)
  • Decoding speed and track for ground trajectories

Minor changes:

  • Typing fixes
  • Documentation fixes

Full Changelog: https://github.com/xoolive/traffic/compare/v2.6.4...v2.6.5

v2.6.4

2 years ago
  • New .final() operator, mirror of .next() d96fd9c
  • Dependency issues for conda build deaed25

v2.6.3

2 years ago

Dependency issue fix with pyOpenSSL

v2.6.2

2 years ago

Minor release including:

  • improvements in ground functions 05681c9
  • improvements in startup time c83c825
  • switch to poetry 3148a0f
  • updates for pandas 1.3.0 430b321