Hi everybody,
first, I would like to thank you for sharing wradlib with us. It is a great library
that really facilitates working with DWD radar datasets.
My question refers to Composite HG products:
Loading HG* files with method 'read_radolan_composite' seems to skip
precipitation classes 'Graupel' and 'Hagel', which refer to values 4096 and
8192 in the dataset. The same is true for 'no precipitation' which is 16777216.
When looking into the source code, internal method '_process_data' shifts the
values by adding 0xFFF (line 1135), which seems to be the root cause for my
observation.
Did I miss something? Please point me into the right direction.
Thank you very much, Stefan