Skip to content

jbosch-noaa/boston_light_swim

 
 

Repository files navigation

Boston light swim

Binder

Sea Surface Temperature forecast for the Boston Light Swim

How to run the notebook

Download the latest version conda version

url=http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh
wget $url -O miniconda.sh
chmod +x miniconda.sh
./miniconda.sh -b

Add Miniconda to path and update

export PATH=/$HOME/miniconda/bin:$PATH
conda update --yes conda

Add the IOOS channels

conda config --add channels ioos

Create a virtual environment and update

ENV_NAME=ioos
wget https://raw.githubusercontent.com/ocefpaf/boston_light_swim/master/requirements.txt
conda create --yes -n $ENV_NAME --file requirements.txt python=2.7
source activate $ENV_NAME

About

Sea Surface Temperature forecast for the Boston Light Swim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 65.9%
  • Jupyter Notebook 28.9%
  • Python 5.2%