Snow Day Predictor Methodology
This page documents how the current prediction score is produced. The model is a rule-based weather score that converts forecast conditions into a probability estimate. It is intended as an early planning signal and not as an official closure decision.
1. Data Inputs
Predictions are built from forecast data returned by the Open-Meteo API, including hourly and daily fields for:
- Snowfall accumulation
- Snowfall intensity (peak hourly and 3-hour windows)
- Morning commute snowfall timing
- Temperature and wind chill
- Wind speed
- Visibility
2. Location Resolution
When a postal code or ZIP code is entered, the site resolves the location using:
- Known Canadian FSA coordinate mappings (for common supported regions)
- OpenStreetMap Nominatim geocoding
- Regional fallback coordinates when external geocoding is unavailable
3. Scoring Framework
The app computes a weighted score by combining weather risk factors. Factors that generally raise the score include heavier snowfall totals, fast snowfall rates, strong morning accumulation, low visibility, severe cold, and blowing snow conditions.
4. Time Context Logic
The calculation uses a day-selection rule to decide whether to score today or tomorrow morning based on current time. Morning commute windows receive additional weight because that period is often most relevant to transportation safety decisions.
5. What This Model Does Not Include
- Real-time district operations calls or staffing status
- Road treatment execution data by municipality
- District-specific internal policy thresholds that are not public
- Emergency management directives that may override weather-only expectations
6. How To Use The Estimate Responsibly
Use this score for planning (wake-up alarms, childcare backup, commute prep), then confirm the final status through official school board and transportation channels. A high score is not a guarantee. A low score does not eliminate late changes.
7. Change Log
- February 15, 2026: Public methodology page published and linked site-wide.
- January 2026: Current weighted scoring logic introduced in the production calculator.
Related pages: Official Sources and Editorial Policy.