Package solvcon :: Package io :: Module netcdf
[hide private]
[frames] | no frames]

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

Classes [hide private]
  NetCDF
Wrapper for the netCDF library by using ctypes.
Functions [hide private]
 
get_lib(path) source code
Variables [hide private]
  _libs = {}
  __package__ = None
hash(x)