|
| PYRAVE_DEBUG_MODULE ("_iocache") |
| Name of the module debugged.
|
|
| PyDoc_STRVAR (_pyraveiocache_doc, "This instance wraps the IO-routines used when writing and/or reading static fields using RAVE.\n" "\n" " * compression_level- The compression level beeing used. Range between 0 and 9 where 0 means no compression and 9 means highest compression.\n" " Compression level 1 is lowest compression ratio but fastest and level 9 is highest compression ratio but slowest.\n " "\n" "The below fcp_<members> are all used for optimizing the file storage. Please refer to HDF5 documentation for more information.\n" " * fcp_userblock - Integer value." "\n" " * fcp_sizes - Sizes must be a tuple containing 2 integers representing (size, addr).\n" "\n" " * fcp_symk - Symk must be a tuple containing 2 integers representing (ik, lk).\n" "\n" " * fcp_istorek - Integer value.\n" "\n" " * fcp_metablocksize- Integer value.\n" "\n") |
|
| PyDoc_STRVAR (_pyraveiocache_module_doc, "This class provides functionality for reading and writing cache files used within RAVE.\n" "\n" "This documentation will only provide information about H5 since this is the format used for static data fields in rave.\n" "\n" "To read a cache-file:\n" ">>> import _iocache\n" ">>> obj = _iocache.loadField(\"/var/cache/baltrad/clutter/seang.h5\")\n" "\n") |
| Adds constants to the dictionary (probably the modules dictionary).
|
|
| MOD_INIT (_iocache) |
|
Python version of the RaveIOCache API.
- Author
- Anders Henja (Swedish Meteorological and Hydrological Institute, SMHI)
- Date
- 2024-02-05