wradlib.io.iris.IrisRawFile¶
-
class
wradlib.io.iris.IrisRawFile(irisfile, **kwargs)¶ Class for retrieving data from Sigmet IRIS RAW 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_compression_code() |
Read and return data compression code. |
get_data() |
Retrieve all sweeps from file. |
get_data_headers() |
Retrieve all sweep ingest_data_header from file. |
get_data_types() |
Returns the available data types. |
get_ingest_data_headers() |
Read and return ingest data headers. |
get_product_specific_info() |
Retrieves product specific info |
get_product_type_code() |
Returns product type code. |
get_raw_prod_bhdr() |
Read and unpack raw product bhdr. |
get_ray(data) |
Retrieve single ray. |
get_sweep(moment) |
Retrieve a single sweep. |
get_task_type_scan_info() |
Retrieves task type info |
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 record/file. |