Skip to content

Reversing sweeps in radar #1483

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

You must be logged in to vote

Sorry for the very long delay here - when using the pyart.util.subset_radar function, it will sort the radar when processing your subset. You could pass in all of your fields, and specify from 0 deg to 90 deg elevations to include the full radar data?

radar = pyart.aux_io.read_odim_h5("...")
radar = pyart.util.subset_radar(radar, list(radar.fields), ele_min=0., ele_max=90.)

This would return the same radar object, with the elevations sorted.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mgrover1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants