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
{{ message }}
This repository was archived by the owner on Mar 7, 2025. It is now read-only.
Thanks for your wonderful work!
I test 'java -jar radolan -i https://opendata.dwd.de/weather/radar/radolan/rw/raa01-rw_10000-2010280850-dwd---bin -o rw2020-10-28_0850.png -st 5' and I can get the right figure.
But when I try to parse the file in 'https://opendata.dwd.de/climate_environment/CDC/grids_germany/5_minutes/radolan/reproc/2017_002/bin/', the program will crash.

For example, I download 'https://opendata.dwd.de/climate_environment/CDC/grids_germany/5_minutes/radolan/reproc/2017_002/bin/2019/YW2017.002_201901.tar', unzip the file and get many files(e.g. raa01-yw2017.002_10000-1901010000-dwd---bin), then I try to parse the file 'raa01-yw2017.002_10000-1901010000-dwd---bin' and the program crashed (errors are shown in the png).
I would appreciate it if you could give me some suggestions, thanks!