Remove reference to Nio, this has been updated to use netCDF4
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/e4fedfad Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/e4fedfad Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/e4fedfad Branch: refs/heads/master Commit: e4fedfad7907eab8e881cb7348e9eb9b050fef7e Parents: dc09159 Author: Lewis John McGibbney <[email protected]> Authored: Mon Aug 25 16:48:09 2014 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Wed Oct 15 15:18:05 2014 -0700 ---------------------------------------------------------------------- mccsearch/docs/mccsearch.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/e4fedfad/mccsearch/docs/mccsearch.md ---------------------------------------------------------------------- diff --git a/mccsearch/docs/mccsearch.md b/mccsearch/docs/mccsearch.md index 6b3ab1a..a6bb336 100644 --- a/mccsearch/docs/mccsearch.md +++ b/mccsearch/docs/mccsearch.md @@ -9,8 +9,7 @@ The data is read from netCDF files into arrays with the dimensions time, latitud ##What is needed? * Python 2.7.4 (We used Anaconda 1.5.1 64 bit libraries, which installed most of the dependencies.) Other module dependences: - * Nio - https://www.pyngl.ucar.edu/Nio.shtml - * netCDF - http://www.unidata.ucar.edu/software/netcdf/ + * netCDF4 - http://www.unidata.ucar.edu/software/netcdf/ * sciPy - http://www.scipy.org/scipylib/index.html * NumPy - http://www.scipy.org/scipylib/download.html * Networkx - https://networkx.github.io/download.html
