edit read_data.py to accept changeable data

This commit is contained in:
Hanzhang ma
2024-05-13 22:22:03 +02:00
parent 9f472b4bf4
commit e04e01e943
3 changed files with 19 additions and 5 deletions

View File

@@ -43,5 +43,11 @@
"cost": "Costs of Microgrid system [m-EUR]",
"benefit": "Financial Profit Based on Py & Ess Configuration (k-EUR / year)",
"roi": "ROI"
},
"data_path": {
"pv_yield": "read_data/Serbia.csv",
"demand": "read_data/factory_power1.csv",
"sell": "read_data/electricity_price_data_sell.csv",
"buy": "read_data/electricity_price_data.csv"
}
}