Radolan

From BITPlan Wiki
Revision as of 08:20, 16 August 2018 by Wf (talk | contribs) (→‎Starting)
Jump to navigation Jump to search
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

Downloads

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

Libraries used