wradlib.io.iris.IrisIngestDataFile.array_from_file

IrisIngestDataFile.array_from_file(words, 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