Skip to content
Snippets Groups Projects
Commit 59cb0aa2 authored by Jonny Schäfer's avatar Jonny Schäfer
Browse files

Update README

parent 5db65a8d
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,30 @@ for weather radar data. ...@@ -6,9 +6,30 @@ for weather radar data.
The obtained results can be processed and visualized with additional functions. The obtained results can be processed and visualized with additional functions.
The example program `radolan2png` is included to quickly convert composite files to png images. The example program `radolan2png` is included to quickly convert composite files to png images.
Currently the national and the extended european grids are supported. Besides local scans, the following grids are currently supported:
Tested input products are PG, FZ, SF, RW, RX and EX. Those can be considered working with - National Grid (900km x 900km)
sufficient accuracy. - National Picture Grid (920km x 920km)
- Extended National Grid (900km x 1100km)
- Middle-European Grid (1400km x 1500km)
Tested input products:
| Product | Grid | Description |
| ------- | ----------------- | ----------------------- |
| EX | middle-european | reflectivity |
| FX | national | nowcast reflectivity |
| FZ | national | nowcast reflectivity |
| PE | local | echo top |
| PF | local | reflectivity |
| PG | national picture | reflectivity |
| PR | local | doppler radial velocity |
| PX | local | reflectivity |
| PZ | local | 3D reflectivity CAPPI |
| RW | national | hourly accumulated |
| RX | national | reflectivity |
| SF | national | daily accumulated |
| WX | extended national | reflectivity |
Those can be considered working with sufficient accuracy.
### Documentation ### Documentation
Documentation is included in the corresponding source files and also available at Documentation is included in the corresponding source files and also available at
...@@ -21,6 +42,6 @@ GOPATH="~/go" go get gitlab.cs.fau.de/since/radolan/radolan2png ...@@ -21,6 +42,6 @@ GOPATH="~/go" go get gitlab.cs.fau.de/since/radolan/radolan2png
``` ```
### Sample image ### Sample image
This image shows the radar reflectivity (dBZ) captured 31.07.2016 18:50 CEST This image shows radar reflectivity (dBZ) captured 31.07.2016 18:50 CEST
![alt text](https://gitlab.cs.fau.de/since/radolan/raw/master/assets/31-07-2016-1850.png) ![alt text](https://gitlab.cs.fau.de/since/radolan/raw/master/assets/31-07-2016-1850.png)
```Datenbasis: Deutscher Wetterdienst, Radardaten bildlich wiedergegeben``` Datenbasis: Deutscher Wetterdienst, Radardaten bildlich wiedergegeben
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment