You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far we have one class Emissions that contains all meta information on the calculated emissions. It is used for trips only so far. Once we implement the new API for buildings emissions as well we need to add subclasses for the different emission types, because some attributes are only relevant for one of them, e.g. distance is only relevant for trips.
Example: TripEmissions and EnergyEmissions
The text was updated successfully, but these errors were encountered:
So far we have one class
Emissions
that contains all meta information on the calculated emissions. It is used for trips only so far. Once we implement the new API for buildings emissions as well we need to add subclasses for the different emission types, because some attributes are only relevant for one of them, e.g. distance is only relevant for trips.Example:
TripEmissions
andEnergyEmissions
The text was updated successfully, but these errors were encountered: