Hello,
I am also very interested in being able to work with netcdf and
hdf files in Sage.
I already is possible if what you want to do is simple.
Scipy has a netcdf class. All you have to do is:
from scipy.io.netcdf import *
ncfile=netcdf_file(yourfilename,'r')
Then
ncfile.variables.keys()
to li
Hi,
Thanks for your replies. No one replied for a couple of days and so i
thought that it would remain status quo. So - well - i compiled
netcdf-4.1.1 with the -fPIC flag. As you said netcdf-4.1.1 does not
have the default compile time option of shared libs being built.
Enabling build of shared li