Hi Willem,
this took a while to figure out.
First we may have some bug, fetching list data from the file. We have to
look into this separately.
Second, your data consists of processed radar images, not raw radar data.
So this data has in your case 800 x 800 rows x cols (keys 'rows' and
'columns' in the file), whereas the raw radar data is in polar format
(keys 'rays' and 'bins').
The good thing is, the rainbow reader implementation in wradlib is
momentarily able to read this data out of the box. The bad thing is,
there is flag-data attached. In your case 6 bits per pixel packed into
the 8bit raw data (depth=6). I've tried a quick look into this, we can
use numpy functions to unpack this flag-data and have this as array
within the dictionary (rows x cols x flag#).
Additional discussion will follow in this ticket here:
https://github.com/wradlib/wradlib/issues/31
Cheers,
Kai
>> D-53121 Bonn |
kai.mue...@uni-bonn.de <javascript:>