Skip to content

Commit

Permalink
updated demo's
Browse files Browse the repository at this point in the history
  • Loading branch information
JrtPec committed Feb 22, 2024
1 parent c66877b commit 6aec924
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 37 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,4 @@ secrets.json

private_data/
figures/
temp_notebooks/
31 changes: 2 additions & 29 deletions demo_energyid_download.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,12 @@
"source": [
"energy_balance = record.get_data(\n",
" name='energyBalanceByCarrier',\n",
" start='2022-12-01',\n",
" end='2023-12-01',\n",
" start='2023-01-01',\n",
" end='2024-01-01',\n",
" interval='PT15M'\n",
")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"energy_balance"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand All @@ -121,24 +112,6 @@
"energy_balance.index.name = None"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"energy_balance"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#energy_balance.to_csv('automatic-readings-PT15M.csv', date_format='%d/%m/%Y %H:%M:%S')"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
16 changes: 8 additions & 8 deletions download_prices.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -15,7 +15,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -25,7 +25,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -36,7 +36,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -49,7 +49,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -58,7 +58,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -67,7 +67,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -76,7 +76,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
Expand Down

0 comments on commit 6aec924

Please sign in to comment.