Difference between revisions of "Radolan"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== DWD Radolan Opendata == | == DWD Radolan Opendata == | ||
* https://opendata.dwd.de/weather/radar/radolan/ | * https://opendata.dwd.de/weather/radar/radolan/ | ||
+ | = Prerequisites = | ||
+ | * [http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html Oracle Java Runtime 8] | ||
+ | or if you'd like to build the Sprinkler software yourself: | ||
+ | * [http://www.oracle.com/technetwork/pt/java/javase/downloads/jdk8-downloads-2133151.html Oracle Java Development Kit 8 ] | ||
+ | * [https://maven.apache.org/install.html Maven 3] | ||
+ | |||
+ | = Installation = | ||
+ | Download the software for your platform from {{Link|target=#Downloads}} | ||
+ | or {{Link|target=#Build|title=build}} the software yourself | ||
+ | |||
+ | = Starting = | ||
+ | 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) | ||
= Libraries used = | = Libraries used = | ||
* {{Link|target=Com.bitplan.javafx}} | * {{Link|target=Com.bitplan.javafx}} |
Revision as of 07:05, 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)