A notebook that modeled V2G battery arbtitrage at CAISO.
View at: https://rafecchang.github.io/gridSavers/
Some quick steps to run the notebook locally.
-
Clone the repository locally. In your terminal run:
$ git clone https://github.com/rafecchang/gridSavers.git -
Create and activate the
condaenvironment. In the root of the repository run:$ conda env create --file environment.yml$ conda activate gridSavers -
Create a branch for local development and make your changes:
$ git checkout -b name-of-your-fix-or-feature -
To preprocess data, from the root of the directory (
gridSavers) run:$ python src/preprocess.py -
Open the
notebooks/gridSavers.ipynbfile to make changes:$ code notebooks/gridSavers.ipynb