CO2 Emission module
Go to file
2024-11-06 16:09:08 -05:00
co2_emission Update co2_emission/version.py 2024-11-06 16:09:08 -05:00
input_files Initial setup of co2_emission repository 2023-07-28 13:00:10 -04:00
tests remove uselees folder 2023-11-24 07:23:38 +01:00
.gitignore remove uselees folder 2023-11-24 07:24:23 +01:00
pyproject.toml Convert instances of cost to co2 emission 2023-07-28 13:16:45 -04:00
README.md Convert instances of cost to co2 emission 2023-07-28 13:16:45 -04:00
requirements.txt Convert instances of cost to co2 emission 2023-07-28 13:16:45 -04:00
setup.py Convert instances of cost to co2 emission 2023-07-28 13:16:45 -04:00

Cerc co2 emission

Uses the cerc-hub as a base for co2_emission calculation, it's intended to be used after executing the complete monthly energy balance workflow called building by building

This module processes the object-oriented generalization to be used the co2 emission workflow

installation

$ pip install cerc-co2_emission

usage

from costs.co2_emission import Co2Emission

Co2Emission(building, emissions_factor).co2_emission

The available scenarios are defined in the constant class as an enum