SciPy 0.6.0 API Documentation Generated by Endo, 2007-10-17
NetCDF file reader.
This is adapted from Roberto De Almeida's Pupynere PUre PYthon NEtcdf REader.
classes changed to underscore_separated instead of CamelCase
TODO:
Add write capability.
ABSENT = ('\x00' * 8)
NC_ATTRIBUTE = '\x00\x00\x00\x0c'
NC_BYTE = '\x00\x00\x00\x01'
NC_CHAR = '\x00\x00\x00\x02'
NC_DIMENSION = """ """
NC_DOUBLE = '\x00\x00\x00\x06'
NC_FLOAT = '\x00\x00\x00\x05'
NC_INT = '\x00\x00\x00\x04'
NC_SHORT = '\x00\x00\x00\x03'
NC_VARIABLE = '\x00\x00\x00\x0b'
ZERO = ('\x00' * 4)
| Local name | Refers to |
|---|---|
| array | numpy.array |
| itertools | itertools |
| mmap | mmap |
| ndarray | numpy.ndarray |
| struct | struct |
| zeros | numpy.zeros |