Open Source Weather Radar Software - Supercell Wx

D Paulat

EF0
Joined
Apr 13, 2023
Messages
11
Location
Missouri
I see people post from time to time, asking about free or inexpensive software to consume Level 2 and Level 3 radar data. With few free and/or open source options available, and being obsessed with weather for longer than I can remember, I've decided to challenge myself with developing a desktop application for tracking severe weather in my free time.

Supercell Wx is a free, open source application to visualize live NEXRAD Level 2 and Level 3 data, and severe weather alerts. It displays continuously updating weather data on top of a responsive map, providing the capability to monitor weather events using reflectivity, velocity, and other products.

You can find documentation here, including info for first-time setup: Supercell Wx — Supercell Wx documentation
The latest release is available on GitHub: Releases · dpaulat/supercell-wx

68747470733a2f2f737570657263656c6c2d77782e72656164746865646f63732e696f2f656e2f6c61746573742f5f696d616765732f696e697469616c2d73657475702d30332d696e697469616c2d636f6e666967757265642d736d616c6c2e706e67


It's not as fully featured as many of the paid options out there, but it does provide a base level of functionality. I'm continuing to develop the application, and add new features. I've been using it myself to track some of the recent storms, and feel I'm ready to share my progress. I hope the community can benefit as well!
 
Been wanting to get a simple free windows radar app, so this looks like a good option to check out! :)

I looked around alittle at the info on those 2 links.
Do you have an actual download link (github is difficult to navigate/find anything on...especially with updates they've made to the site in the past year .lol. )
 
Is this primarily a Windows application or is there also a Linux or MacOS version? My biggest issue for years is that I've been tied to Windows primarily because of GRL3 and my radio programming software.
 
I tried it, but when I run the supercell-wx.exe file, I get an error (see attached image)
I also tried installing the included Visual C Redistributable, but still get the same err
 

Attachments

  • sswx_err.jpg
    sswx_err.jpg
    38.5 KB · Views: 2
James, you're still running XP right? Or do you have a Win 7 machine? I forget if you have a machine running 7 or not. That might be playing a role here since those are older OSs
 
I've only tested the application with Windows 10 and 11.

Did you get any text output in a console before the error message?

Are you running Windows 7 32-bit or 64-bit? The executable requires 64-bit. I believe you can check using Win Key+R, and typing "winver". The error message looks to me like you might be running 32-bit.

I will test on Windows 7 tonight, and can see if I can kick out a 32-bit version.
 
@Drew Terril: I do have an Win XP system.. but thats the one I use for video editing...its purposely not internet connected.
In the the case where I tested on a Win 7 system.

@D Paulat:
Its 64-bit
I'll also check on Win 8 64-bit later .. just turned on another computer so I can watch Reed & a couple others YouTube streams.....
 
Good to know. I suspect Windows 8 might have issues being older, an updated 8.1 system might have better luck working. I'll dig more tonight to see if I can reproduce the issue.
 
I am seeing other various compatibility issues running Windows 7 through 8.1. The minimum requirements appear to be Windows 10 21H2 (1809 or later), although it may work as early as version 1607.
 
I tried on the win 8 computer (8.1 actually) & got the err attached below.

But makes sense that it won't work if it was designed for Win 10/11...
Oh well, was still worth trying :)
 

Attachments

  • swx_err2.jpg
    swx_err2.jpg
    31.2 KB · Views: 2
Installed and runs great on Windows 10 build 19044.2846, AMD Ryzen 3900X / AMD 5700XT video card.

If this is your first release I have to say excellent work. Love the ability to show Level 2 and Level 3 data in the same application. Love the responsive window where you can move the product selector to the top or left side. I also like having the debug window, for geeks this is awesome. This program is simple and easy to understand, and get running fast unlike the NWS offering.

Mapbox looks to be completely free, but it wants a credit card so I don't have maps at the moment. I do see where you can "Go" to an active alert, would suggest also adding ability to "go" by double clicking on a warning if possible. I have been a user of GR products and WSV3 for years, and I have skimmed over various discussions about certain radar features and technologies that are patented so you need to read up on those things if you don't already know about them. Looking forward to testing your next releases.
 
Great to hear the graphics render on an AMD video card! I've only been able to test with NVIDIA and Intel graphics hardware. I considered hiding the debug window, but I'm glad I didn't :cool:!

Mapbox requiring a credit card looks to be a new development (although still advertises the free tier). I planned to support other map sources (e.g. MapTiler) later down the road (as well as a basic offline map instead of the black screen), but it looks like I'll be adding that capability sooner rather than later. It's not my intention to require users to need their credit card to sign up for anything.

Adding the "Go" on double-click won't be difficult. I've added that to the to do list.

Thanks for the heads up on the patents. I will do some research to make sure I steer clear of any legal issues. While I'm minimally familiar with GR and WSV3, I've tried to limit my exposure to them, in order to not develop a clone of their functionalities. Instead, I'm taking the approach of integrating and displaying information from public data sources. With that said, Mike Gibson was generous enough to grant usage of his Color Table Specification, allowing integration of themes already developed by various communities.

Thanks for the great feedback, it's appreciated!
 
Mike is a great programmer and obviously a great guy! Thinking about this a bit more, I want to say Baron Weather was a company to look at for something that might be infringing. Here is one case where they went after someone else alleging patent infringement.

Patent # cited:

That patent includes having a geographic grid overlay with ETA of a storm to a location. WSV3 has this feature but GR3 does not and it has been stated over and over Baron's patent prevented GR from adding this feature.
 
I just checked out this software. the app did opened for me but I have to sign up for API key. when I sign up at mapbox. It asked me for credit card. I will not give my credit card info. need to choose alternative for map. might openstreet map.
 
Back
Top