Skip to content

grid_from_radars performance for considerable domains #1359

Answered by scollis
tealmill asked this question in Q&A
Discussion options

You must be logged in to vote

here is a better example https://github.com/ARM-Development/PyART-Training/blob/main/2-Cloud_Examples/1-NEXRAD_on_Amazon.ipynb

KILX_f.exclude_masked('reflectivity')
KILX_f.exclude_invalid('reflectivity')

KLOT_f = pyart.filters.GateFilter(KLOT)
KLOT_f.exclude_masked('reflectivity')
KLOT_f.exclude_invalid('reflectivity')

KIWX_f = pyart.filters.GateFilter(KIWX)
KIWX_f.exclude_masked('reflectivity')
KIWX_f.exclude_invalid('reflectivity')
#Lets construct a grid. NOTE: Origin is at the first radar in the tuple
#This takes ~1 minute

grids = pyart.map.grid_from_radars((KILX, KIWX, KLOT),(16,401,401),
                   ((0.,15000.),(-400000.,400000.),(-400000.,400000.)), 
                     …

Replies: 4 comments 3 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
2 replies
@tealmill
Comment options

@tealmill
Comment options

Answer selected by mgrover1
Comment options

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants