-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Estimate CO2 emissions of flights in website that sell flight tickets #115
Comments
Here is another source of fuel efficiency for planes: https://youtu.be/NlIdzF1_b5M |
Can we use the concept of web scrapping to scrap the data of CO2 emmision of different flights?? |
CO2_released.pdf |
Yes, this PDF seems to be excellent. Thanks! |
The idea I had in mind is that, when a user visits a website like hipmunk.com, Carbon Footprint should scrape the flight's distance or time, calculate the CO2 emissions per passenger for that flight and show this to the user next to the flight's distance or time. This would be very similar to what we already do for cars in Google Maps and other map services... |
In the case of cars, all the coefficients needed for the calculation are available within our own javascript code or are input by the user in the options page. Therefore, we do not need to scrape them from anywhere. |
@ceilican As you told that "when a user visits a website like hipmunk.com, Carbon Footprint should scrape the flight's distance or time, calculate the CO2 emissions per passenger for that flight and show this to the user next to the flight's distance or time." So for that too we need to atleast scrap the data (input) for calculating the CO2 emissions. |
Could you please use the GitLab issue tracker? We are trying to migrate to GitLab... As for your question, if the website (e.g. hipmunk.com) already provided CO2 emission per passenger, there would be no point in scraping it to show it to the user... Many of these flight search engines (including hipmunk) do not provide this information... That is why we need to scrape the information that they do provide and calculate the CO2 emissions ourselves... |
This image from Aeroflot may be useful to find out the parameters for calculating the emissions per passenger for flights.
The text was updated successfully, but these errors were encountered: