Skip to content

grid_from_radars generates misleading gridded arrays when applied on the last sweep of a given file #1508

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

You must be logged in to vote

@isilber - with your current settings, you are configuring the elevation to grid to as 0 meters (above ground level). The scan strategy outlined in the data would look something like this:

You are using the default gridding parameters, which is the barnes scheme, as indicated in the documentation
https://arm-doe.github.io/pyart/API/generated/pyart.map.map_to_grid.html#pyart.map.map_to_grid

The default minimum radius for the scheme is 500 meter. Looking at the scan strategy visualization here, it would make sense for the 2 degree elevation scan to be beyond 500 meters from the desired grid level, at that ~15 km point we see in the data.

I attached the original code snippet, using 0 meters…

Replies: 5 comments 1 reply

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
1 reply
@isilber
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #1498 on January 18, 2024 15:14.