https://github.com/simlmx/hydro-quebec-consumption
Simple script to plot my electricity consumption with respect to outdoors temperature.
https://github.com/simlmx/hydro-quebec-consumption
Last synced: 8 months ago
JSON representation
Simple script to plot my electricity consumption with respect to outdoors temperature.
- Host: GitHub
- URL: https://github.com/simlmx/hydro-quebec-consumption
- Owner: simlmx
- Created: 2017-12-24T02:11:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T22:26:19.000Z (about 8 years ago)
- Last Synced: 2025-01-13T20:28:20.088Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 130 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Prerequisites
============
- python 3.6 or more recent
Installation
============
python3 -m venv ve
source ve/bin/activate
pip install -r requirements
jupyter nbextension install --sys-prefix --py vega
jupyter nbextension enable --sys-prefix --py vega
Running
=========
1. Put your daily consumption `.csv` files from hydro-quebec in the `data` folder.
2. Start jupyter with `jupyter notebook`
3. Open the `hydro-analysis.ipynb` file and run it.
Testing
=========
pytest .