Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 631 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 631 Bytes

Exploring poweroutage.us (POUS) electricity outage data

Installation

Using micromamba for environment creation:

micromamba create -f ./environment.yaml -y

Usage

First activate your environment:

micromamba activate POUS

Run the preprocessing script to read the raw CSV files located in ./data/raw, calculate the OutageFraction and save the results as parquet. See ./data/processed/ for the output parquet files.

python preprocess.py

To start a notebook server and expore plotting outages:

jupyter notebook plot_outage.ipynb