Flight CO2 Calculator
This plugin provides a collection of classes that can be used to:
- Load a list of airports from the OpenFlights.org dataset.
- Lookup airports matching a search query against the entire data-set of airports.
- Calculate the distance and CO2 emissions from flights.
What you can do with this
Build a Flight CO2 Calculator app such as this:
How to use it
Load data:
Create an AirportLookup
service:
Search for airports matching a query:
Calculate distance and CO2 emissions:
Example
See the sample Flight CO2 Calculator app bundled with the project in the example
folder.