Supercell Wx is a free, open source advanced weather radar viewer. https://supercell-wx.rtfd.io
Find a file
2025-05-04 23:10:21 -05:00
.github Use unique .clang-tidy for test, ignoring checks for magic numbers 2025-05-04 23:10:19 -05:00
.vscode Update vscode settings 2024-01-21 22:29:18 -06:00
data@fd72b32cc1 Updating zone and county files for 18 March 2025 release 2025-03-01 23:42:25 -06:00
external Update maplibre-native to the last legacy renderer commit 2025-04-29 00:16:48 -05:00
model Deriving level 2 product view 2021-10-31 22:09:06 -05:00
scwx-qt Archive warnings clang-tidy fixes 2025-05-04 23:10:21 -05:00
test Archive warnings clang-tidy fixes 2025-05-04 23:10:21 -05:00
tools Bump clang-tidy-review to clang-18, include *.ipp in review 2025-04-27 22:12:11 -05:00
wxdata Archive warnings clang-tidy fixes 2025-05-04 23:10:21 -05:00
.clang-format Adding threshold, offset, scale, level accessors for rendering 2022-04-08 16:02:46 -05:00
.clang-tidy Archive warnings clang-tidy fixes 2025-05-04 23:10:21 -05:00
.gitattributes License and repository settings 2021-06-01 20:20:00 -05:00
.gitignore Additional Conan 2.x, multi-config and CI updates 2024-11-28 08:12:39 -06:00
.gitmodules Make external/qt6ct track the repository owned by Aden Koperczak 2025-04-11 12:56:40 -04:00
ACKNOWLEDGEMENTS.md Add range-v3 dependency 2025-05-04 23:10:20 -05:00
CMakeLists.txt Bump version to v0.4.9 2025-04-25 08:22:12 -05:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2023-03-06 23:43:13 -06:00
conanfile.py Add range-v3 dependency 2025-05-04 23:10:20 -05:00
CONTRIBUTING.md Create CONTRIBUTING.md 2023-03-07 23:28:14 -06:00
LICENSE.txt Update license year 2024-03-17 00:18:07 -05:00
README.md Update Syntax 2024-01-03 11:38:22 -05:00
renovate.json Renovate: Enable conan 2023-11-09 21:56:38 -06:00
setup-debug.bat Bump dependency Qt to 6.8.3 2025-04-27 23:10:03 -05:00
setup-debug.sh Bump dependency Qt to 6.8.3 2025-04-27 23:10:03 -05:00
setup-multi.bat Bump dependency Qt to 6.8.3 2025-04-27 23:10:03 -05:00
setup-release.bat Bump dependency Qt to 6.8.3 2025-04-27 23:10:03 -05:00
setup-release.sh Bump dependency Qt to 6.8.3 2025-04-27 23:10:03 -05:00

Supercell Wx

CI Documentation Status Discord GitHub Sponsor

Supercell Wx is a free, open source application to visualize live and archive 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.

Please be sure to check out the documentation before getting started: Supercell Wx Documentation

image

Supported Platforms

Supercell Wx supports the following 64-bit operating systems:

  • Windows 10 (1809 or later)
  • Windows 11
  • Linux
    • Arch Linux (EndeavourOS, SteamOS [Steam Deck], and other Arch derivatives)
    • Fedora Linux 34+
    • openSUSE Tumbleweed
    • Ubuntu 22.04+
    • Most distributions supporting the GCC Standard C++ Library 11+

Linux Dependencies

Supercell Wx requires the following Linux dependencies:

  • Linux/X11 (Wayland works too) with support for GCC 11 and OpenGL 3.3
  • X11/XCB libraries including xcb-cursor

FAQ

Frequently asked questions:

  • Q: Why is the map black when loading for the first time?

    • A. You must obtain a free API key from either (or both) MapTiler which currently does not require a credit/debit card, or Mapbox which does require a credit/debit card, but as of writing, you will receive 200K free requests per month, which should be sufficient for an individual user.
  • Q: Why is it that when I change my color table, API key, grid width/height settings, nothing happens after hitting apply?

    • A. As of right now, you must restart Supercell Wx in order to apply these changes. In future iterations, this will no longer be an issue.
  • Q. Is it possible to get dark mode?

    • A. In Windows, make sure to set the flag -style fusion at the end of the target path of the .exe
      • Example: C:\Users\Administrator\Desktop\Supercell-Wx\bin\supercell-wx.exe -style fusion
    • A. In Linux, if you're using KDE, Supercell Wx should automatically follow your theme settings.
  • Q: How can I contribute?

    • A. Head to Developer Setup and Contributing to configure the Supercell Wx development environment for your IDE. Currently Visual Studio and Visual Studio Code are recommended, with other IDEs remaining untested at this time.