From 7deabfd8604714eb33e23c1f251de69070c45c47 Mon Sep 17 00:00:00 2001 From: Mike Conlow Date: Sun, 5 Nov 2023 20:56:19 -0500 Subject: [PATCH] Update 02-Anatomy-of-a-Model.ipynb adding a direct link to the Ercot/PV output dataset --- Notebooks/02-Anatomy-of-a-Model.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notebooks/02-Anatomy-of-a-Model.ipynb b/Notebooks/02-Anatomy-of-a-Model.ipynb index d2ca278..0e5e7d3 100644 --- a/Notebooks/02-Anatomy-of-a-Model.ipynb +++ b/Notebooks/02-Anatomy-of-a-Model.ipynb @@ -1538,7 +1538,7 @@ "\n", "Before we get started defining our model, we need to load some useful data and define a set of **parameters** or constant values used in our optimization problem.\n", "\n", - "For purposes of this example, we will use **time series data** for a single day of 15-minute [real-time electricity market prices](http://mis.ercot.com/misapp/GetReports.do?reportTypeId=13061&reportTitle=Historical%20RTM%20Load%20Zone%20and%20Hub%20Prices&showHTMLView=&mimicKey) from the Western Hub of the Electricity Reliability Council of Texas (ERCOT) electricity market, along with simulated solar PV output from [Renewables.Ninja](https://www.renewables.ninja/), which we'll load in from a .csv file with help from Julia's [CSV](https://juliadata.github.io/CSV.jl/stable/) and [DataFrames](https://juliadata.github.io/DataFrames.jl/stable/) packages." + "For purposes of this example, we will use **time series data** for a single day of 15-minute [real-time electricity market prices](http://mis.ercot.com/misapp/GetReports.do?reportTypeId=13061&reportTitle=Historical%20RTM%20Load%20Zone%20and%20Hub%20Prices&showHTMLView=&mimicKey) from the Western Hub of the Electricity Reliability Council of Texas (ERCOT) electricity market, along with simulated solar PV output from [Renewables.Ninja](https://www.renewables.ninja/), which we'll load in from a .csv file with help from Julia's [CSV](https://juliadata.github.io/CSV.jl/stable/) and [DataFrames](https://juliadata.github.io/DataFrames.jl/stable/) packages. A copy of the dataset is available [here](https://github.com/Power-Systems-Optimization-Course/power-systems-optimization/blob/master/Notebooks/anatomy_data/solar_battery_data.csv)." ] }, {