SciPy and NetCDF

Robert Kern rkern at ucsd.edu
Tue Jul 26 13:59:33 EDT 2005


skilpat at gmail.com wrote:
> I am going to be doing a lot of work with large data sets stored in
> various netCDF files, and after checking out the alternatives, I would
> really like to go with SciPy. The problem is that SciPy offers no
> native netCDF support. I have checked out pycdf at
> http://pysclint.sourceforge.net/pycdf/, but it requires Numerical
> Python. Is there any way to get this working with SciPy without
> installing more modules? The less my sysadmin has to install the
> better. We are using Python 2.2.1 (and I don't know if upgrading is an
> option).

Scipy requires Numeric, too.

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter




More information about the Python-list mailing list