[Numpy-discussion] numpy.lib.npyio.load

2011-10-09 Thread Jean-Louis Durrieu
Hi everyone, I was just wondering something: lately, I had to use the load function, to load arrays stored in npz files. During one session, I need to read quite a few times several files (or even the same files), for some model training. I however just found out that the batch processing I r

Re: [Numpy-discussion] what python module to modify NetCDF data?

2011-10-09 Thread Chao YUE
Thanks for all for very useful discussions. I am just on the beginning of modeling and for now I only use netCDF4 data. I think it might be a good idea to try netcdf4-pythonfirst. I think whitaker will continue to develop this package. But it gave me a good

Re: [Numpy-discussion] what python module to modify NetCDF data?

2011-10-09 Thread Konrad Hinsen
On 8 oct. 11, at 17:57, Vicente Sole wrote: > I have never seen myself a NetCDF file but if your NetCDF file is > using HDF5 as format (possible since NetCDF 4 if I am not mistaken), > you should be able to use h5py or PyTables to access and or modify it. I haven't tried this, but I don't think i