ARM-DOE / pyart

The Python-ARM Radar Toolkit. A data model driven interactive toolkit for working with weather radar data.
https://arm-doe.github.io/pyart/
Other
516 stars 266 forks source link

Plot azimuthal cross section of ppi #398

Closed jjhelmus closed 9 years ago

jjhelmus commented 9 years ago

As suggested by @nguy on the mailing list it would be convenient if a azimuthal cross section of a PPI could be visualized without needing to first create a RHI-like radar instance using pyart.util.cross_section_ppi. RadarDisplay method names of plot_ppi_azimuth and plot_vert_azimuth were suggested.

nguy commented 9 years ago

Just submitted a PR that addresses this issue.

jjhelmus commented 9 years ago

Thanks @nguy. Will close this issue once PR #405 is merged.