Skip to content

Commit

Permalink
add VCS
Browse files Browse the repository at this point in the history
  • Loading branch information
YvZheng committed Dec 9, 2019
1 parent bc70fbf commit e69283e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ As illustrated in the picture below:

![avatar](examples/graph_map.png)

Plotting VCS
----------
```
from pycwr.draw.VerticalSectionPlot import VerticalSection
vcs = VerticalSection(PRD)
vcs.section((6500, -27344), (16000, -120000), "dBZ") # (start_x, start_y), (end_x, end_y) units:meters
plt.show()
```

Launch Graphical interface to show Radar Data
----------

Expand Down
9 changes: 9 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,15 @@ plt.show()

![avatar](examples/graph_map.png)

画垂直剖面
----------
```
from pycwr.draw.VerticalSectionPlot import VerticalSection
vcs = VerticalSection(PRD)
vcs.section((6500, -27344), (16000, -120000), "dBZ") # (start_x, start_y), (end_x, end_y) units:meters
plt.show()
```

启动图形化界面
----------

Expand Down

0 comments on commit e69283e

Please sign in to comment.