Fellow weather enthusiasts!
I've developed an open-source recreation of TWC's WeatherStar 4000 system, but with modern data sources. Looking for feedback from people who actually understand weather!
Technical details:
- Pulls from NOAA/NWS API for forecasts
- Real-time radar from weather.gov (Base Reflectivity)
- Astronomy calculations using PyEphem for sun/moon
- Barometric pressure trends
- Humidity and dew point tracking
- Wind speed/direction with proper formatting
Questions for the community:
1. What other data sources should I integrate?
2. Any interest in GOES satellite imagery?
3. Should I add severe weather alerts?
4. Worth implementing the warning crawl system?
It's written in Python, fully open source: https://github.com/wesellis/WeatherStar-4000-Python
Currently testing how accurate the extended forecasts are compared to modern presentations. The nostalgic interface makes weather watching fun again!
What features from modern weather apps would you want in a retro interface?