USEPA / ElectricityLCI

Creative Commons Zero v1.0 Universal
24 stars 10 forks source link

Electricity Sum varies in the same NERC region - Aggregated to NERC regions. #155

Closed tjlca closed 3 years ago

tjlca commented 3 years ago

This is the version where we are aggregating the inventory to the NERC region. As you can see from the picture, ASCC. COAL has different electricity sum values. And even the mean column seems different. @jump2conclusionsmatt

image

m-jamieson commented 3 years ago

This is intentional. Flows with different data sources will result in different amounts of electricity. The electricity is the sum of all plants in the region that report to that data source or in other words all plants that report at least 1 NEI emission. In this case, NEI vs egrid.

tjlca commented 3 years ago

@jump2conclusionsmatt Thanks for the explanation. One question, If I want to derive the total electricity production of a region for a particular fuel source, can I use this column? Or is that information difficult to derive from this document? ( This is the generation_process_df )

m-jamieson commented 3 years ago

If I were to stick with just that dataframe, taking a max value of that column would be closest. An accurate answer would involve processing the gen_plus_fuels dataframe from here and doing a groupby or something.

tjlca commented 3 years ago

@jump2conclusionsmatt Thanks. I will close this issue now.