Skip to content

rafecchang/gridSavers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grid Savers

A notebook that modeled V2G battery arbtitrage at CAISO.

Look around

View at: https://rafecchang.github.io/gridSavers/

Look deeper

Some quick steps to run the notebook locally.

  1. Clone the repository locally. In your terminal run:

    $ git clone https://github.com/rafecchang/gridSavers.git 
  2. Create and activate the conda environment. In the root of the repository run:

    $ conda env create --file environment.yml
    $ conda activate gridSavers
  3. Create a branch for local development and make your changes:

    $ git checkout -b name-of-your-fix-or-feature
  4. To preprocess data, from the root of the directory (gridSavers) run:

    $ python src/preprocess.py
  5. Open the notebooks/gridSavers.ipynb file to make changes:

    $ code notebooks/gridSavers.ipynb

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors