Replies: 2 comments 9 replies
-
@GGDLW Hello, I think I've seen this before. Can you do a radar.scan_type? I want to see if maybe its picking up something else for the scan |
Beta Was this translation helpful? Give feedback.
7 replies
-
@GGDLW Can you try setting filter_transitions to false? I'm not entirely sure the cause, it looks like the azimuths its trying to pull has a larger array then the data array. What does radar.azimuth['data'] look like? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am unsure what I am looking at when I used the following function:
display.plot_rhi(field,vmin=vmin, vmax=vmax, title_flag=False, cmap=cmap)
It appears that it defaulted to an azimuth angle of ~0.5deg.
However, when I tried to specify the azimuth angle with the function plot_azimuth_to_rhi like this:
display.plot_azimuth_to_rhi(field,target_azimuth=90,vmin=vmin, vmax=vmax, title_flag=False, cmap=cmap)
I get the following error:
IndexError: index 15169 is out of bounds for axis 0 with size 14953
Would anyone happen to know a workaround for this error?
Beta Was this translation helpful? Give feedback.
All reactions