Import data from the 'Sistema de Registro Nacional de Emissões' (SIRENE) from MCTI
Project description
CO2e Emission Coefficients for the Brazilian Economy
For each Brazilian economic sector and household, the CO2e emissions were estimated. This code uses this data to estimate the direct emission coefficients for each of these sectors, that is, the volume of emissions in Gg per volume produced (aggregate value in millions of reais).
In addition to the direct coefficient, the indirect emission coefficient was also estimated. The methodology for estimation is the one presented by Luis Masa in paper 'AN ESTIMATION OF THE CARBON FOOTPRINT IN SPANISH CREDIT INSTITUTIONS’ BUSINES LENDING PORTFOLIO' here.
Finally, a column named ‘sum_carteira_ativa’ was added to the final data. This represents the volume of credit taken by the sector + household and will be used in the future to create financial indicators for climate risk.
!pip install sirene
from sirene import srn2 as srn
coef67_t = srn.coef('2019', lulucf = False).result
Reading the Raw Emission Data (MCTI/SIRENE)
Emission data is available for 3 different gases ('CO2', 'CH4', 'N2O'). If preferred, it is also possible to consult equivalent emissions ('CO2e_GWP_SAR', 'CO2e_GWP_AR5', 'CO2e_GTP_AR5'). The available sectors are: 'agropecuaria', 'energia', 'ippu', 'lulucf', 'residuos' and 'total-brasil-1'.
res_m = srn2.read('residuos','CO2')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sirene-0.0.12.tar.gz
.
File metadata
- Download URL: sirene-0.0.12.tar.gz
- Upload date:
- Size: 919.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19460afcec9db8182e0d3e2c5308aad16113e0ee2c8731848bbae565dcb8b2f1 |
|
MD5 | 2f69ee3a850a3f91efa30e072b732eca |
|
BLAKE2b-256 | 457cb4380d34dc5b0fb0efa2c11f0bc4125dd4020ff02217135218513a6b40dd |
File details
Details for the file sirene-0.0.12-py3-none-any.whl
.
File metadata
- Download URL: sirene-0.0.12-py3-none-any.whl
- Upload date:
- Size: 927.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa04191e635bea2bc8cb5021c9b0e5eba794901b57bdbc79b7b0b7c4d5cf5c28 |
|
MD5 | 367711bdb4af969082dff576436d2a81 |
|
BLAKE2b-256 | 015bc8eeb6a92d65f7eb51783bb4803f2bb57f9ad66a2fc4be9c9c8a0c5e5910 |