Difference between revisions of "Radolan"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
Run the software with <nowiki>java -jar radolan.jar</nowiki> or <nowiki>radolan</nowiki> (If you built the software yourself: <nowiki>cd com.bitplan.radolan/release</nowiki> before this command) | Run the software with <nowiki>java -jar radolan.jar</nowiki> or <nowiki>radolan</nowiki> (If you built the software yourself: <nowiki>cd com.bitplan.radolan/release</nowiki> before this command) | ||
= Examples = | = Examples = | ||
+ | == Daily summary (SF) == | ||
+ | The picture below renders the https://opendata.dwd.de/weather/radar/radolan/sf/raa01-sf_10000-latest-dwd---bin radolan SF file as of 2018-08-16 08:20. | ||
+ | |||
[[File:sf2018-08-16.png|900px]] | [[File:sf2018-08-16.png|900px]] | ||
+ | |||
+ | The command to create this picture was: | ||
+ | <source lang='bash'> | ||
+ | java -jar radolan.jar -i https://opendata.dwd.de/weather/radar/radolan/sf/raa01-sf_10000-latest-dwd---bin -o sf2018-08-16.png -t 5 | ||
+ | </source> | ||
= Downloads = | = Downloads = |
Revision as of 07:24, 16 August 2018
OsProject | |
---|---|
id | |
state | |
owner | |
title | Java port of Radolan parser |
url | https://github.com/BITPlan/com.bitplan.radolan |
version | 0.0.1 |
description | |
date | |
since | |
until |
ported from golang version https://gitlab.cs.fau.de/since/radolan
DWD Radolan Opendata
Prerequisites
or if you'd like to build the Sprinkler software yourself:
Installation
Download the software for your platform from #Downloads or build the software yourself
Starting
Run the software with java -jar radolan.jar or radolan (If you built the software yourself: cd com.bitplan.radolan/release before this command)
Examples
Daily summary (SF)
The picture below renders the https://opendata.dwd.de/weather/radar/radolan/sf/raa01-sf_10000-latest-dwd---bin radolan SF file as of 2018-08-16 08:20.
The command to create this picture was:
java -jar radolan.jar -i https://opendata.dwd.de/weather/radar/radolan/sf/raa01-sf_10000-latest-dwd---bin -o sf2018-08-16.png -t 5
Downloads
- radolan.jar - multiplatform Java
- radolan.exe - Windows executable
Build
git clone https://github.com/BITPlan/com.bitplan.radolan
cd com.bitplan.radolan
mvn install -D skipTests
Test
cd com.bitplan.radolan
mvn test