Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Estimate Emission intensities, at all sites provided in infrastructure file #22

Open
KeeganShaw-GIS opened this issue May 24, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@KeeganShaw-GIS
Copy link
Contributor

Given a throughput or volume of produced gas at a site, output the emissions intensity 1) at site level and 2) at a program level both daily and for the entirety of the program.

@KeeganShaw-GIS KeeganShaw-GIS added the enhancement New feature or request label May 24, 2022
@KeeganShaw-GIS
Copy link
Contributor Author

Because you cannot easily aggregate ratios:

Calculating daily program level intensity and total program and site level intensities have to be done separately.

Daily program intensities can be done in the report fuction in ldar_sim, and output could be stored in the timeseries, as emis_intensity

Total site intensities can be calculated in the finalize fuction in ldar_sim, and output could be stored in the site_df, as emis_intensity.

Because overall program intensity is a summary statistic, it currently does not have a suitable output object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants