Skip to content
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

Open
ceilican opened this issue Oct 10, 2016 · 8 comments
Open

Comments

@ceilican
Copy link
Contributor

This image from Aeroflot may be useful to find out the parameters for calculating the emissions per passenger for flights.

screen shot 2016-10-07 at 21 05 39

@ceilican
Copy link
Contributor Author

Here is another source of fuel efficiency for planes: https://youtu.be/NlIdzF1_b5M

@AnandKumar22
Copy link

Can we use the concept of web scrapping to scrap the data of CO2 emmision of different flights??

@AnandKumar22
Copy link

CO2_released.pdf
This pdf may provide sufficient data needed.....Can we use data scrapping to scrap data base provided online for the CO2 emmision of flights.

@ceilican
Copy link
Contributor Author

ceilican commented Jan 7, 2017

Yes, this PDF seems to be excellent. Thanks!

@ceilican
Copy link
Contributor Author

ceilican commented Jan 7, 2017

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...

@ceilican
Copy link
Contributor Author

ceilican commented Jan 7, 2017

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.

@AnandKumar22
Copy link

@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.
So can't we directly use the data provided (i.e. directly scrap the data of CO2 emission per passenger) to us as I have already send you one pdf regarding this.

@ceilican
Copy link
Contributor Author

ceilican commented Mar 2, 2017

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants