Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 475 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 475 Bytes

Dependencies

Anaconda for environment

brew cask install miniconda

Add miniconda to your path in your bashrc/zshrc

export PATH=/usr/local/miniconda3/bin:"$PATH"

then run the env setup

setup_env.sh

then activate the environment

source activate sg-rain

Run tests!

pytest

Download some rain data

Make a folder and then download some data to it (the first arg to the script is the dest folder)

mkdir data
python download_sg_rain.py data