Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #118 from Bobfrat/winds_notebook
Browse files Browse the repository at this point in the history
Initial commit for model-obs compare winds notebook
  • Loading branch information
birdage committed Aug 22, 2014
2 parents 70bf51d + cf074bb commit f8ac4de
Show file tree
Hide file tree
Showing 6 changed files with 2,915 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
## IOOS System Test - Theme 2 - Exteme Events

## Scenario 2A - Coastal Inundation

### Notebook - Scenario_2A_ModelDataCompare_Winds

#### Progress report
Click [here] (https://github.com/ioos/system-test/issues/135) for a detailed report of the progress made in this notebook.

View the notebook in [nbviewer](http://nbviewer.ipython.org/github/ioos/system-test/blob/master/Theme_2_Extreme_Events/Scenario_2A_Coastal_Inundation/Scenario_2A_ModelDataCompare_Winds/Scenario_2A_Model_Obs_Compare_Winds.ipynb)

#### Requirements

1. Using `pip`
```bash
pip install -r pip-requirements.txt
pip install git+https://github.com/birdage/folium.git@clustered_markers#egg=folium --upgrade
pip install git+https://github.com/SciTools/cartopy.git@v0.10.0
pip install git+https://github.com/SciTools/iris.git@v1.6.1
```

2. Using `conda`
```bash
conda install --file conda-requirements.txt
conda install -c https://conda.binstar.org/rsignell iris
pip install git+https://github.com/birdage/folium.git@clustered_markers#egg=folium --upgrade
```
If you are using environments within conda, be sure to specify it
```bash
conda install -n yourenvname --file conda-requirements.txt
conda install -n yourenvname -c https://conda.binstar.org/rsignell iris
```

#### Helper methods

Some helper functions have been abstracted into the file called `utilities.py`
so the IPython notebook can maintain a certain degree of readability.

**Note:** If your `gdal-config` binary is in an uncommon location, you may need
to specify the path when installing.
```bash
PATH=/your/path/to/gdal/bin:$PATH PIP_OR_CONDA_INSTALL_COMMAND
```
Loading

0 comments on commit f8ac4de

Please sign in to comment.