Skip to content

thomas-fred/POUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Exploring poweroutage.us data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published