xoolive/traffic

Include fuel_flow and emission models to Flight structures

xoolive opened this issue · 2 comments

This should be a pretty direct extension using https://github.com/junzis/openap but there should be some questions to clarify in advance.

Just ideas in mind:

  • use groundspeed unless tas is present
  • default initial mass unless specified
  • more?

ping @junzis @lbasora

Look at implementation in https://github.com/lbasora/FEAT

Room for:

  • physical units (see #42)
  • Flight.compute_takeoff_weight()
  • link with openap.FlightProfile and Flight.compute_fuel() (fuel consumption/fuel flow)
  • cython implementation because of weight update
  • look at https://github.com/lbasora/openap for bugfix

Done with #203