wradlib.io.iris.IrisCartesianProductFile

class wradlib.io.iris.IrisCartesianProductFile(irisfile)

Class for retrieving data from Sigmet IRIS Cartesian 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.
fix_ext_header(ext)
get_data() Retrieves cartesian data from file.
get_extended_header()
get_image(header) Retrieve cartesian image.
get_product_specific_info() Retrieves product specific info
get_product_type_code() Returns product type code.
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.
data Returns product data.
data_type Returns product configuration data type.
debug
fh Returns file-memmap object.
filepos Returns current byte position of data file.
filesize Returns filesize.
loaddata Returns loaddata switch.
product_hdr Returns product_hdr dictionary.
product_type Returns product type.
product_type_code Returns product type code.
rawdata Returns rawdata switch.
record_number Returns current record number.
rh Returns current record object.