Skip to content

ramseykhalaf/sg-rain-data

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published