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/ebd2ef2e Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/ebd2ef2e Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/ebd2ef2e Branch: refs/heads/master Commit: ebd2ef2efc4e70474423800a1db4973a0ed8a758 Parents: 4d64d21 Author: Lewis John McGibbney <[email protected]> Authored: Mon Aug 25 16:48:09 2014 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Mon Aug 25 16:48:09 2014 -0700 ---------------------------------------------------------------------- mccsearch/docs/mccsearch.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/ebd2ef2e/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
