rainnet
rainnet copied to clipboard
Problems Decoding radar data from radarlan/ry
Hello I am a Grad student trying to run your example code for rainnet. I have installed all the packages as instructed, but when I run the code it reaches this line and this exception is thrown out: code: data, attr = wrl.io.read_radolan_composite( io.BytesIO( data_binary ), missing=0 ) exception: 'utf-8' codec can't decode byte 0x82 in position 0: invalid start byte How could I resolve this? Thanks for the help.
@hydrogo
I am facing the same problem.