Back to portfolio

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

Stack

Links