wradlib.io.iris.IrisProductFile

class wradlib.io.iris.IrisProductFile(irisfile)

Class for retrieving data from Sigmet IRIS Product files.

array_from_record(words, width, dtype) Retrieve array from current record.
bytes_from_record(words, width) Retrieve bytes from current record.
decode_data(data, prod) Decode data according given prod-dict.
get_data() Retrieves cartesian data from file.
get_product_specific_info() Retrieves product specific info
get_product_type_code() Returns product type code.
get_protect_setup()
get_results(results, num, structure)
init(irisfile)
init_next_record() Get next record from file.
init_record(recnum) Initialize record using given number.
read_from_record(words, dtype) Read from file.