A class for accessing data from Sigmet (IRIS) product files.
| Parameters : | filename : str
|
|---|
Attributes
| debug | (bool) Set True to print out debugging information, False otherwise. |
| product_hdr | (dict) Product_hdr structure. |
| ingest_header | (dict) Ingest_header structure. |
| ingest_data_headers | (list of dict) Ingest_data_header structures for each data type. Indexed by the data type name (str). None when data has not yet been read. |
| data_types | (list) List of data types (int) in the file. |
| data_type_names | (list) List of data type names (stR) in the file. |
| ndata_types | (int) Number of data types in the file. |
| _fh | (file) Open file being read. |
| _raw_product_bhdrs | (list) List of raw_product_bhdr structure dictionaries seperated by sweep. None when data has not yet been read. |
Methods
| close | Close the file. |
| read_data | Read all data from the file. |