how do i create live radar sweep and scan on radar map #2508
Linuxuser1234
started this conversation in
General
Replies: 3 comments
-
There is no data source that provides Level II (or any radar) data in live format.
… On Jun 3, 2022, at 2:06 PM, SYNC ***@***.***> wrote:
live sweep is real time radar spin from inside the radome and radar scan has a fade shadow behind the line
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
or at least create a animation for it |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'd recommend looking at Matplotlib's animation examples to see how you can animate things in matplotlib. At that point it will be a matter of drawing a line (or shape that looks like you want) and animating it. As @rpdale noted above, you'll have to fake the position since NEXRAD doesn't provide data at a level of realtime that would give you what you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
live sweep is real time radar spin from inside the radome and radar scan has a fade shadow behind the line
Beta Was this translation helpful? Give feedback.
All reactions