Open KeeganShaw-GIS opened 2 years ago
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.
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.