-
Notifications
You must be signed in to change notification settings - Fork 104
Improve flight model by adding fuel consumption curve by aircraft type #271
Comments
Great dataset to cover most of the worlds commercial flights!!! :) |
@martincollignon I'd love to help with this issue if possible |
@andrewb39 go ahead! @ayakoaohara there is still #273 and #250 ;-) |
@andrewb39 are you on it? :) |
@martincollignon is there one data source that should be preferred over the other? From what I see:
|
definitely more EAA actually - there are a few models where we may need
ICAO though. it'd be interesting to see if there is a massive difference.
…On Wed, 11 Mar 2020 at 22:38, Pierre Segonne ***@***.***> wrote:
@martincollignon <https://github.com/martincollignon> is there one data
source that should be preferred over the other?
From what I see:
Source Pros Cons
EAA Excel File, so could automate Uses some macro and might prevent easy
scripting
ICAO UN dependent, so might be more accurate? Pdf (-> there might be a
database somewhere?)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#271 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAT333QK6ZYY3JEDKRZ4VILRHAAFJANCNFSM4JYK476A>
.
|
I would like to help if still needed @martincollignon :) |
Great to see so many people helping! When do you think you can work on it? |
@martincollignon From tomorrow morning I can start |
Sounds perfect! Go ahead!
…On Tue, Mar 17, 2020, 21:48 NoamAv1 ***@***.***> wrote:
@martincollignon <https://github.com/martincollignon> From tomorrow
morning I can start
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#271 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAT333SIT4FF5DQNW5P7TF3RH7O3JANCNFSM4JYK476A>
.
|
Hey, just made a json file for the fuel burn by the aircraft type, is it okay? |
Hi @NoamAv1 ! Good first pass. What we would actually need is the function of fuel consumption by distance by plane model. The fuel consumption is currently determined by this function: https://github.com/tmrowco/northapp-contrib/blob/master/co2eq/flights/index.js#L77 : ((a(isShortHaul) * distance * distance) + (b(isShortHaul) * distance) + c(isShortHaul)) This function needs to be changed so it accepts an optional plane model to take into account the actual plane model's fuel consumption depending on distance in kilometer. The function ((a(isShortHaul) * distance * distance) + (b(isShortHaul) * distance) + c(isShortHaul)) will still be used as a fallback. |
Hey @martincollignon , I started not long ago my semester so I could get to work on it |
Any update on this? Does the activity contain any information about the plane model? If no is there a plan to include it and what needs to be done for it to happen? @martincollignon |
We would need to add a plane model variable within the activity model. I actually do not know whether there is this data coming from for example Tripit, Ryanair or others. |
Data found here:
https://www.eea.europa.eu/publications/emep-eea-guidebook-2019/part-b-sectoral-guidance-chapters/1-energy/1-a-combustion/1-a-3-a-aviation-1/view
The text was updated successfully, but these errors were encountered: