https://github.com/edomini/cs4171_programmingforartificialintelligence
https://github.com/edomini/cs4171_programmingforartificialintelligence
julia
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edomini/cs4171_programmingforartificialintelligence
- Owner: edomini
- Created: 2024-12-14T17:14:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-14T19:13:04.000Z (over 1 year ago)
- Last Synced: 2025-04-05T13:44:10.716Z (about 1 year ago)
- Topics: julia
- Language: Julia
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.