python-service
Local Weather Prediction
Weather aggregation, forecast comparison, and local correction tooling exposed under a path on the main domain.
Problem
I wanted a local weather platform that combines station observations, upstream models, and training-oriented export paths without relying on a third-party dashboard.
Approach
The service runs locally behind nginx, stores historical forecasts and observations in SQLite, and exposes both charts and training data through a small Python stack.
Highlights
- Path-mounted app under the main portfolio domain
- Local observation ingestion and model comparison
- Reusable pattern for self-hosted project apps