Re: netcdf4-python

2010-02-20 Thread Matt Newville
On Feb 20, 7:47 pm, deadpickle wrote: > I'm trying to use the python module "netcdf4-python" to read a netcdf > file. So far I'm trying to do the basics and just open the script: > > from netCDF4 import Dataset > rootgrp = Dataset('20060402-201025.netcdf&#x

netcdf4-python

2010-02-20 Thread deadpickle
I'm trying to use the python module "netcdf4-python" to read a netcdf file. So far I'm trying to do the basics and just open the script: from netCDF4 import Dataset rootgrp = Dataset('20060402-201025.netcdf', 'r', format='NETCDF3_CLASSIC') print r