Maven dependency
<!-- parses the DWD RADOLAN / RADVOR radar composite format - Java port of https://gitlab.cs.fau.de/since/radolan http://www.bitplan.com/Radolan -->
<dependency>
<groupId>com.bitplan.radolan</groupId>
<artifactId>com.bitplan.radolan</artifactId>
<version>0.0.2</version>
</dependency>
Current release at repo1.maven.org
git clone https://github.com/BITPlan/com.bitplan.radolan
cd com.bitplan.radolan
mvn install
Some parts of this project are dual Licensed: MIT/Apache since the original golang Library is MIT licensed
The Precipitation Information of Deutscher Wetterdienst DWD is based on RADOLAN data which is publicly available via the OpenData Services of DWD
https://www.dwd.de/DE/leistungen/radolan/radolan_info/home_freie_radolan_kartendaten.html
This is a library to help analyze and visualize the RADOLAN files
Version | date | changes |
---|---|---|
0.0.1 | 2018-08-14 | Migration of classes and tests (not working yet) |
0.0.1 | 2018-08-16 | working display and input/output handling |
0.0.1 | 2018-08-18 | fixed data issues and implemented zoom |
0.0.1 | 2018-08-20 | first release to maven central and last 0.0.1 commit |
0.0.2 | 2018-08-26 | adds -p option and command line selection |
0.0.2 | 2018-11-02 | release 0.0.2 to maven central |