Skip to content

plotting rhi's created with over the top scanning mode #1166

Answered by mgrover1
srbrodzik asked this question in Q&A
Discussion options

You must be logged in to vote

Great! Sounds good - I will send you a calendar invite for Zoom to the email you used to send the data file. I looped through the different sweeps, so perhaps the sweep number was set to 1 when you tried it? Here is the full script if you want to copy/paste and give it a try. Looking forward to chatting.

import pyart
import matplotlib.pyplot as plt

radar = pyart.io.read("cfrad.20220531_080000.424_to_20220531_080047.680_SPOL_PrecipRhi1_RHI.nc")
radar.scan_type = 'rhi'

cmap_dict = {"DBZ": "pyart_HomeyerRainbow",
             "VEL": "pyart_balance",
             "ZDR": "pyart_Carbone42",
             "RHOHV": "pyart_Carbone42",
             "KDP": "pyart_Carbone42",
             "PHIDP": "…

Replies: 22 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mgrover1
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@srbrodzik
Comment options

Comment options

You must be logged in to vote
2 replies
@srbrodzik
Comment options

@srbrodzik
Comment options

Comment options

You must be logged in to vote
5 replies
@srbrodzik
Comment options

@mgrover1
Comment options

@mgrover1
Comment options

@srbrodzik
Comment options

@mgrover1
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@mgrover1
Comment options

@srbrodzik
Comment options

@kmuehlbauer
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mgrover1
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mgrover1
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mgrover1
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mgrover1
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
4 participants
Converted from issue

This discussion was converted from issue #1165 on June 03, 2022 14:15.