wradlib.io.radolan.decode_radolan_runlength_array¶
-
wradlib.io.radolan.decode_radolan_runlength_array(binarr, attrs)¶ Decodes the binary runlength coded section from DWD composite file and return decoded numpy array with correct shape
- Parameters
binarr (string) – Buffer
attrs (dict) – Attribute dict of file header
- Returns
arr (
numpy.array) – of decoded values