Skip to content

Commit

Permalink
Merge pull request #99 from dopplershift/cartopy-example
Browse files Browse the repository at this point in the history
Add Cartopy example notebook
  • Loading branch information
dopplershift committed Apr 4, 2016
2 parents 62e32a7 + 215c027 commit 201423b
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ dependencies:
- pep8-naming
- matplotlib
- xarray
- cartopy
321 changes: 321 additions & 0 deletions examples/notebooks/NCSS_Cartopy_Example.ipynb

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ def run(self):
'test': ['pytest', 'pytest-runner', 'netCDF4>=1.1.0',
'vcrpy~=1.5,!=1.7.0,!=1.7.1,!=1.7.2,!=1.7.3', 'xarray>=0.6'],
'doc': ['sphinx>=1.3', 'nbconvert>=4.0', 'IPython>=4.0'],
'examples': 'matplotlib>=1.3'
# Need quite a bit of cartopy's "optional" dependencies
# Need to pin shapely until at least cartopy 0.13.1 is on pypi
'examples': ['matplotlib>=1.3', 'cartopy>=0.13', 'pillow', 'scipy',
'shapely<=1.5.12']
},

download_url='https://github.com/Unidata/siphon/archive/v%s.tar.gz' % ver,)

0 comments on commit 201423b

Please sign in to comment.