wradlib.io.iris.IrisProductFile.array_from_record#

IrisProductFile.array_from_record(words, width, dtype)#

Retrieve array from current record.

Parameters
  • words (int) – Number of data words to read.

  • width (int) – Size of the data word to read in bytes.

  • dtype (str) – dtype string specifying data format.

Returns

data (array-like) – numpy array of data