rdashcraft91 / Heroku_EIA

Dashboard consisting of energy generation breakdown by source, renewable energy sources breakdown by state, historical gasoline prices and emissions, and electric energy prices.

Home Page:https://tinyurl.com/y5m397ca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

United State Energy Information Administration Dashboard

Link to Dashboard: https://tinyurl.com/y5m397ca

Team Members:

  • Florin Vasiliu
  • Luis Olguin
  • Ryan Ashcraft
  • Vikash Bhakta

Background and Motivation:

Inspired by the importance of energy trends in the United States, and particularly to the city of Houston, our group wanted to use data provided by the Energy Information Administration (EIA) to create a single, consolidated dashboard to make sense of the vast amount of available energy data. To that end, our group sought to answer the following questions:

      Q1: What is the USA total energy consumption/production by source?
      (Data Source: https://www.eia.gov/opendata/qb.php?category=711239)

      Q2: Which renewable energy source does each state use/produce the most?
      (Data Source: https://www.eia.gov/opendata/qb.php?category=40203)

      Q3: What is the average retail price of electricity by state and sector?
      (Data Source: https://www.eia.gov/opendata/qb.php?category=40)

      Q4: What is the average retail price of oil and gas by state and sector?
      (Data Source: https://www.eia.gov/opendata/qb.php?category=241020)

Development and Deployment:

Each team member used a combination of API Requests, Python, Pandas, and PyMongo to pull their data from the EIA website, clean the data, and send that data to our MongoDB Atlas database. Using the cloud-stored data, we each created plots using JavaScript to answer our questions above. Each plot was created using either the plotly or chartjs library. After finalizing our individual charts, we deployed the entire dashboard to the web using Amazon Web Services.

About

Dashboard consisting of energy generation breakdown by source, renewable energy sources breakdown by state, historical gasoline prices and emissions, and electric energy prices.

https://tinyurl.com/y5m397ca


Languages

Language:Jupyter Notebook 92.1%Language:JavaScript 5.8%Language:Python 1.0%Language:HTML 0.7%Language:Shell 0.3%Language:CSS 0.1%