Skip to content

Issue with gate lat/lon calculation and radar location when reading Level 2 radar file #1273

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

You must be logged in to vote

@chudlerk - the older NEXRAD data is missing the required metadata (message 31). See this discussion #1174 where we mention the ability to manually specify which station the radar data is from, which fixes this issue.

radar = pyart.io.read_nexrad_archive("s3://noaa-nexrad-level2/2006/07/24/KHNX/KHNX20060724_020338.gz", station="KHNX")
print(radar.latitude['data'], radar.longitude['data'])

Replies: 4 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
1 reply
@chudlerk
Comment options

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
2 participants
Converted from issue

This discussion was converted from issue #1272 on September 23, 2022 16:48.