Please note there is no license.
This code is open source but not available for redistributing. See more in the DISCLAIMER.md file.
SparkRadar is the free online, reliable, community-supported, multiplatform, easy-to-use weather radar for beginners and pros. Also try the Lite version at lite.sparkradar.app
- Access to L3 products such as Reflectivity, Velocity, Correlation Coefficient, Differential Reflectivity, Hydrometer Classification, and more at all available tilt levels.
- Access to archive L2 products including Reflectivity, Velocity, and Correlation Coefficient for any station at anytime for years back.
- Multiple advanced tools including a radar inspector, drawing tool, measurement tool, and more.
- Literally instant alerts from the National Weather Service. In my testing, SparkRadar was consistently the first radar to recieve any given alert over RadarScope, WeatherWise, and SupercellWX thanks to SparkAlerts.
- Simplest, most easy to use yet visually appealing radar application to date.
- 100% Free forever with no ads or intrusive trackers.
***
- Bug Reporting
- Feature Request
- How to Contribute
- Run SparkRadar Yourself
- Building SparkRadar
- Appendix
- Open an issue ("Issues" at the top > "New Issue").
- Describe the issue you are facing. Explain how to reproduce the error.
- Include your operating system, operating system version, browser, and date when the issue was discovered.
- If needed, include screenshots or screen recordings.
- Click "Labels" > "bug" to label your issue as a bug.
- When you are done, click "Create" and I will check out the issue.
- Open an issue ("Issues" at the top > "New Issue").
- Describe the feature you would like to see added in SparkRadar.
- Click "Labels" > "enhancement" to label your issue as a feature request.
- When you are done, click "Create" and I will check out the request.
- I will review all pull requests and approve them if they fix an issue or add a feature.
- Run
npm install. - Add a
.envfile with one object. You can get an Esri key here. This is used for sattelite map layers.
VITE_ESRI_KEY=XXXXX
- Run
npm run dev. Code will hot-reload without browser refreshing thanks to Vite. Usenpm run hostto make the development server accessible on your network.
- Run
npm run build. Builds will appear in a /dist folder. - In the dist folder, run
python3 -m http.server 8000then navigate tolocalhost:8000in a browser to view the build.
N0H, N1H, N2H...
> Hydrometer Classification
N0K, N1K, N2K...
> Specific Differential Phase
N0B, N1B, N2B...
> Base Reflectivity
N0G, N1G, N2G...
> Base Velocity
N0C, N1C, N2C...
> Correlation Coefficient
DAA
> One Hour Precip Accumulation
DTA
> Storm Total Accumulation



