This project handles datasets from the French electricity consumption with the motivation:
- to create a graphic interface for vizualizing French electricity consumption on a past given day, month or year;
- to predict electricity consumption on a future day.
To install the requirements, please use the following command:
pip install -r requirements.txt
To run the visualization, make sure you are in the /meth folder, then use:
streamlit run visualization.py
You can find the december 8th electricity consumption prediction data (total consumption) in the cons_08_dec.csv file
You can find the december 8th prediction data for each energy type in the energies_prediction_8_dec.ipynb file.
- Zakaria Chowdhury, streamlit-map-dashboard
- VarishuPant99, UCM Model
The datasets we used are available at:
- opendatasoft (dataset for prediction)
- eco2mix (dataset for prediction)
- enedis (dataset for visualization)
- france-geojson (dataset for plotting France)
[FIXED] "Can't convert "\n" to float" when running the visualization.
How to fix : If you still get this error, please check the file log.txt in your meth/visualization folder. It is due to the blank spaces at the begining of the file, please remove these and make sure you only have two values, on two separate lines, like this:
46.8534
46.8534
We do not have a licence yet.