Skip to content

Using PUDL’s SQLite Database to map and analyze how the US's power sector has evolved over time both in terms of quantity of power plants (by primary fuel) and percentage of coal generation.

Notifications You must be signed in to change notification settings

aquevedo93/US_Power_Sector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Analyzing the Development and Decarbonization of the US Power Sector

Using the Public Utility Data Liberation(PUDL) project's SQLite Database to analyze how the US's power sector has evolved over time both in terms of quantity of power plants and percentage of coal generation over total generation by county from 2009 to 2018.

The databse includes publicly available data from:

  • EIA Form 860 (2009-2018)
  • EIA Form 923 (2009-2018)
  • EPA’s Continuous Emissions Monitoring System (1995-2018)
  • FERC Form 1 (1994-2018)

Files Included

  • Code

    • PUDL_wrangling.ipynb: extraction, cleaning, and wrangling of cost and generation data
    • PP_PUDL.R: mapping
  • Output

    • CSVs: dataframes produced from the PUDL SQLite Database
    • Figures: yearly maps

Maps

Plants by Primary Fuel: 2009 to 2018

We see a clear increase in number of plants and more specifically in solar, wind, and gas plants.

Share of Coal Generation by County: 2009 to 2018

We see that:

  • more counties have power plants
  • power production has become less coal dependent

To Do:

Use an instrumental variable regression to analyze the effect of changing fuel prices on the percentage of coal generation (dependance on coal for energy production) in the US.

Data

https://catalyst.coop/pudl/

About

Using PUDL’s SQLite Database to map and analyze how the US's power sector has evolved over time both in terms of quantity of power plants (by primary fuel) and percentage of coal generation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published