This minor release improves current validation checks and adds new one, enforces static subplant id across years and allows users to access any Global Warming Potential value through the IPCC assessment report name where it is published.
It will be accompanied by a data release due to the new sub-plant id crosswalk that modifies the output data.
This PR also updates the version number to 0.4.0 (#358).
What the code is doing
See the following PRs:
348 that adds BA code to warnings at the plant id level.
349 that implements techniques for detecting anomalies in timeseries data and reports global extreme in CEMS gross generation, fuel consumed and CO2 emission data.
350 improves validation checks detecting mismatch between input and allocated EIA-923 data.
351 and #353 enforce static sub-plant id across years
352 aloows to access a specific GWP value by the IPCC assessment report name where it is published
Testing
Through validation checks and analyzing logs of the pipeline.
Where to look
N/A
Usage Example/Visuals
N/A
Review estimate
2min as this is a collection of PRs previously reviewed.
Future work
N/A
Checklist
[x] Update the documentation to reflect changes made in this PR
[x] Format all updated python files using black
[x] Clear outputs from all notebooks modified
[x] Add docstrings and type hints to any new functions created
Purpose
This minor release improves current validation checks and adds new one, enforces static subplant id across years and allows users to access any Global Warming Potential value through the IPCC assessment report name where it is published.
It will be accompanied by a data release due to the new sub-plant id crosswalk that modifies the output data.
This PR also updates the version number to 0.4.0 (#358).
What the code is doing
See the following PRs:
348 that adds BA code to warnings at the plant id level.
349 that implements techniques for detecting anomalies in timeseries data and reports global extreme in CEMS gross generation, fuel consumed and CO2 emission data.
350 improves validation checks detecting mismatch between input and allocated EIA-923 data.
351 and #353 enforce static sub-plant id across years
352 aloows to access a specific GWP value by the IPCC assessment report name where it is published
Testing
Through validation checks and analyzing logs of the pipeline.
Where to look
N/A
Usage Example/Visuals
N/A
Review estimate
2min as this is a collection of PRs previously reviewed.
Future work
N/A
Checklist
black