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
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