Matteo wrote: > If you are working with NetCDF files, you may wish to add > ScientificPython (distinct from SciPy) to your toolset. It has a very > nice NetCDF interface. Unfortunately, it is ancient, and you would have > to install Numeric Python (ancestor to NumPy). However, it is easy to > convert Numeric arrays into Numpy arrays: >>>> my_numpy_array=numpy.array(my_numeric_array)
The NetCDF interface has been ported to numpy and currently resides in the scipy sandbox. http://svn.scipy.org/svn/scipy/trunk/Lib/sandbox/netcdf/ -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco -- http://mail.python.org/mailman/listinfo/python-list