Aurora / README.md
alreaper's picture
Upload folder using huggingface_hub
d8c229a verified
metadata
language: en
license: apache-2.0
tags:
  - weather
  - forecasting
  - aviation
  - rwanda
  - metar

Aurora Rwanda Airport Weather Models (v1_balanced)

This repository contains trained multi-horizon weather forecasting models for Rwanda airports:

  • HRYR (Kigali)
  • HRZA (Kamembe)
  • HRYG (Gisenyi)
  • HRYH (Huye)

What’s inside

  • v1_balanced_*.pkl model bundles
  • v1_balanced_*.summary.json training/eval summaries
  • v1_balanced_*.calibration.json flight-rules calibration
  • score_targets.json scoring gates
  • ml_health_report.json latest health report

Forecast horizons

1h, 3h, 6h, 12h, 24h, 48h, 72h

Data sources (training)

  • METAR history (Ogimet + AviationWeather.gov recent)
  • NOAA ISD Global Hourly
  • Open-Meteo archive

Usage

Load *.pkl with Python and call predict_trained_forecast from the Aurora codebase.

Safety/Disclaimer

These models are for decision support and research. Always consult official aviation weather sources for operational decisions.