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
505 stars 265 forks source link

FIX: Minor fix in plot_maxcappi #1638

Closed syedhamidali closed 4 weeks ago

syedhamidali commented 1 month ago

This fix addresses an issue in the plot_maxcappi function where radar_name could appear either as a list of byte strings or a simple string.

zssherman commented 1 month ago

@syedhamidali Thanks for the PR! One comment I added