Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YvZheng committed Nov 26, 2019
1 parent 4cea6f0 commit 7241c63
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ cd NuistRadar
python setup.py install
```

## Read Radar Basedata to PRD (Polarimetry Radar Data) class or Py-ART Radar class
```
from NuistRadar.io.auto_io import radar_io
file = r"E:\RadarBaseData\CINRAD-SA\温州\2015080816.59A"
data = radar_io(file)
PRD = data.ToNuistRadar()
PyartRadar = data.ToPyartRadar()
```
The data structure of the PRD is as follows:

![avatar](./examples/PRD_class.png)

## Launch Graphical interface to show Radar Data

```
Expand Down
12 changes: 12 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ cd NuistRadar
python setup.py install
```

## 读取雷达数据 PRD类或者Py-ART的Radar类
```
from NuistRadar.io.auto_io import radar_io
file = r"E:\RadarBaseData\CINRAD-SA\温州\2015080816.59A"
data = radar_io(file)
PRD = data.ToNuistRadar()
PyartRadar = data.ToPyartRadar()
```
PRD类的数据结构如下:

![avatar](./examples/PRD_class.png)

## 启动图形化界面

```
Expand Down
Binary file added examples/PRD_class.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7241c63

Please sign in to comment.