An open API service indexing awesome lists of open source software.

https://github.com/edomini/cs4171_programmingforartificialintelligence


https://github.com/edomini/cs4171_programmingforartificialintelligence

julia

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# CS4171 Programming For Artificial Intelligence
## Objective:
EirGrid maintains data at 15-minute intervals on the nation’s electricity supply.
The assignment is to generate plots of two sets of EirGrid data. The two files wind-gen.csv and
system-demand.csv track, respectively, the wind generation contribution to total electricity
generation – both what was actually generated and what was forecasted, and the system-wide electricity
demand. All figures are in megawatts, MW.
## Your job:
You should generate two plots of these two datasets and save them, as .png files,
respectively, wind-gen.png and system-demand.png. The first plot should be of the wind
data, showing both actual power generated and what was forecasted. Then you should
generate a brand new heatmap figure using the actual power consumption data in
system-demand.csv.