Module netcdf
source code
This is a simple wrapper to netCDF C library. This wrapper is
designed to be self-sufficient. That is, this should be kept to be an
one-file module.
The module is designed for reading rather than writing. Only limited
Pythonic API is implemented. All constants are taken from the netcdf.h
file in the official distribution (4.1.1).
For more information about netCDF, please refer to
http://www.unidata.ucar.edu/software/netcdf/index.html
|
|
NetCDF
Wrapper for the netCDF library by using ctypes.
|
|
|
_libs = {}
|
|
|
__package__ = None
hash(x)
|