You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mnemonicflow Thanks for your suggestion. I'm not sure if PC/PG support will eventually implemented in libradolan. I won't have any time in the future, but @JuergenSimon might possibly find some time to think about it.
But anyway, if you want to take a stab at it, your PR is very welcome.
I see that this library is missing support for PC/PG composite types which require runlength decoding.
The wrdalib Python lib has this implemented already:
Test code: https://github.com/wradlib/wradlib/blob/master/wradlib/tests/test_io.py#L261
Call stack for PC/PG product type (top-bottom):
Would be nice to have support for runlength decoding formats in this C++ library also.
The text was updated successfully, but these errors were encountered: