Giter VIP home page Giter VIP logo

co2_offset's People

Contributors

dependabot-preview[bot] avatar markevich avatar merge-when-green[bot] avatar styx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

styx

co2_offset's Issues

Add capitals distances table

We need a table that will store distances between all of earth planet capitals.

Table layout -
|id|capital_a|capital_b|distance|transport_type(enum: car train plane fallback)|

We can use google api to fetch distances by different transport type.

If we don't have available transport from point A to point B (for example train from europe to africa) then we will use fallback distance for those cities.

Create airports table and fill it

https://github.com/jpatokal/openflights/tree/master/data

We need name, city, country, iata, lat, long

Airport ID | Unique OpenFlights identifier for this airport.

Name | Name of airport. May or may not contain the City name.

City | Main city served by airport. May be spelled differently from Name.

Country | Country or territory where airport is located. See countries.dat to cross-reference to ISO 3166-1 codes.

IATA | 3-letter IATA code. Null if not assigned/unknown.

ICAO | 4-letter ICAO code.Null if not assigned.

Latitude | Decimal degrees, usually to six significant digits. Negative is South, positive is North.

Longitude | Decimal degrees, usually to six significant digits. Negative is West, positive is East.

Altitude | In feet.

Timezone | Hours offset from UTC. Fractional hours are expressed as decimals, eg. India is 5.5.
DST | Daylight savings time. One of E (Europe), A (US/Canada), S (South America), O (Australia), Z (New Zealand), N (None) or U (Unknown). See also: Help: Time

Tz database time zone | Timezone in "tz" (Olson) format, eg. "America/Los_Angeles".

Type | Type of the airport. Value "airport" for air terminals, "station" for train stations, "port" for ferry terminals and "unknown" if not known.  In airports.csv, only type=airport is included.

Source | Source of this data. "OurAirports" for data sourced from OurAirports, "Legacy" for old data not matched to OurAirports (mostly DAFIF), "User" for unverified user contributions.  In airports.csv, only source=OurAirports is included.

Update emission info for planes

The emissions of planes are around 90 kg CO2 per hour.

These CO2 emissions are generally into the high atmosphere, and this is thought to have a greater greenhouse effect than CO2 released at sea level. The emissions are therefore adjusted by multiplication by a factor of 2.00 (see 'Radiative forcing' below) to give 180 kg CO2 equivalent per hour.

Add Mt. Etna volcano converter

We can measure the degassing of Mt. Etna extremely well, and find that it adds about 16,000 tons of CO2 to the atmosphere each day

1 day = 16000 kg CO2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.