diff --git a/input/notation.csv b/input/notation.csv index c80e80c..667444e 100644 --- a/input/notation.csv +++ b/input/notation.csv @@ -1,8 +1,8 @@ region,variable,attribute,Explanation -"ISO-2 digit country code and name of balancing area if applicable, eg. DE_amprion",load,old,Hourly Load from ENTSO-E Data Portal -"ISO-2 digit country code and name of balancing area if applicable, eg. DE_amprion",load,new,Hourly Load from ENTSO-E Transparency Platform -"ISO-2 digit country code and name of balancing area if applicable, eg. DE_amprion",price,day_ahead,Day-ahead spot price -"ISO-2 digit country code and name of balancing area if applicable, eg. DE_amprion",solar / wind-onshore / wind-offshore,generation,Electricity produced py solar power plants -"ISO-2 digit country code and name of balancing area if applicable, eg. DE_amprion",solar / wind-onshore / wind-offshore,forecast,Day-ahead generation forecast -"ISO-2 digit country code and name of balancing area if applicable, eg. DE_amprion",solar / wind-onshore / wind-offshore,capacity,Installed capacity (actual availability not accounted for) -"ISO-2 digit country code and name of balancing area if applicable, eg. DE_amprion",solar / wind-onshore / wind-offshore,profile,Share of installed capacity producing +"ISO-2 digit country code and name of control balancing area if applicable, eg. DE_amprion",load,entsoe_power_statistics,Hourly Load from ENTSO-E Data Portal +"ISO-2 digit country code and name of control balancing area if applicable, eg. DE_amprion",load,entsoe_transparency,Hourly Load from ENTSO-E Transparency Platform +"ISO-2 digit country code and name of control balancing area if applicable, eg. DE_amprion",price,day_ahead,Day-ahead spot price +"ISO-2 digit country code and name of control balancing area if applicable, eg. DE_amprion",solar / wind-onshore / wind-offshore,generation_actual,Electricity produced py solar power plants +"ISO-2 digit country code and name of control balancing area if applicable, eg. DE_amprion",solar / wind-onshore / wind-offshore,generation_forecast,Day-ahead generation forecast +"ISO-2 digit country code and name of control balancing area if applicable, eg. DE_amprion",solar / wind-onshore / wind-offshore,capacity,Installed capacity (actual availability not accounted for) +"ISO-2 digit country code and name of control balancing area if applicable, eg. DE_amprion",solar / wind-onshore / wind-offshore,profile,Share of installed capacity producing diff --git a/main.ipynb b/main.ipynb index 189ac58..0bb564b 100644 --- a/main.ipynb +++ b/main.ipynb @@ -14,18 +14,14 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\n", - " \n", - " \n", - " \n", - "
\n", - " Time series: Main Notebook\n", + "
\n", + " Time series: Processing Notebook\n", " \n", "
This Notebook is part of the Time series Data Package of Open Power System Data.\n", - "
" + "" ] }, { @@ -106,10 +102,6 @@ "cell_type": "code", "execution_count": 1, "metadata": { - "ExecuteTime": { - "end_time": "2017-07-09T20:05:35.988809Z", - "start_time": "2017-07-09T20:05:35.964789Z" - }, "scrolled": true }, "outputs": [ @@ -147,13 +139,13 @@ " \n", " \n", " \n", - " ISO-2 digit country code and name of balancing area if applicable, eg. DE_amprion\n", + " ISO-2 digit country code and name of control balancing area if applicable, eg. DE_amprion\n", " load\n", - " old\n", + " entsoe_power_statistics\n", " Hourly Load from ENTSO-E Data Portal\n", " \n", " \n", - " new\n", + " entsoe_transparency\n", " Hourly Load from ENTSO-E Transparency Platform\n", " \n", " \n", @@ -163,11 +155,11 @@ " \n", " \n", " solar / wind-onshore / wind-offshore\n", - " generation\n", + " generation_actual\n", " Electricity produced py solar power plants\n", " \n", " \n", - " forecast\n", + " generation_forecast\n", " Day-ahead generation forecast\n", " \n", " \n", @@ -185,7 +177,7 @@ "text/plain": [ "Empty DataFrame\n", "Columns: []\n", - "Index: [(ISO-2 digit country code and name of balancing area if applicable, eg. DE_amprion, load, old, Hourly Load from ENTSO-E Data Portal), (ISO-2 digit country code and name of balancing area if applicable, eg. DE_amprion, load, new, Hourly Load from ENTSO-E Transparency Platform), (ISO-2 digit country code and name of balancing area if applicable, eg. DE_amprion, price, day_ahead, Day-ahead spot price), (ISO-2 digit country code and name of balancing area if applicable, eg. DE_amprion, solar / wind-onshore / wind-offshore, generation, Electricity produced py solar power plants), (ISO-2 digit country code and name of balancing area if applicable, eg. DE_amprion, solar / wind-onshore / wind-offshore, forecast, Day-ahead generation forecast), (ISO-2 digit country code and name of balancing area if applicable, eg. DE_amprion, solar / wind-onshore / wind-offshore, capacity, Installed capacity (actual availability not accounted for)), (ISO-2 digit country code and name of balancing area if applicable, eg. DE_amprion, solar / wind-onshore / wind-offshore, profile, Share of installed capacity producing)]" + "Index: [(ISO-2 digit country code and name of control balancing area if applicable, eg. DE_amprion, load, entsoe_power_statistics, Hourly Load from ENTSO-E Data Portal), (ISO-2 digit country code and name of control balancing area if applicable, eg. DE_amprion, load, entsoe_transparency, Hourly Load from ENTSO-E Transparency Platform), (ISO-2 digit country code and name of control balancing area if applicable, eg. DE_amprion, price, day_ahead, Day-ahead spot price), (ISO-2 digit country code and name of control balancing area if applicable, eg. DE_amprion, solar / wind-onshore / wind-offshore, generation_actual, Electricity produced py solar power plants), (ISO-2 digit country code and name of control balancing area if applicable, eg. DE_amprion, solar / wind-onshore / wind-offshore, generation_forecast, Day-ahead generation forecast), (ISO-2 digit country code and name of control balancing area if applicable, eg. DE_amprion, solar / wind-onshore / wind-offshore, capacity, Installed capacity (actual availability not accounted for)), (ISO-2 digit country code and name of control balancing area if applicable, eg. DE_amprion, solar / wind-onshore / wind-offshore, profile, Share of installed capacity producing)]" ] }, "execution_count": 1, @@ -219,18 +211,6 @@ "language": "python", "name": "python3" }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.6.3" - }, "toc": { "nav_menu": { "height": "120px",