Weather Board is a weather and environment monitoring application that collects data from several public sources.
| Source | Data |
|---|---|
| JMA AMeDAS | Temperature, humidity, pressure, wind, precipitation, visibility |
| JMA Forecast | Precipitation probability, temperatures |
| JMA Warnings | Active weather warnings |
| Soramame | PM2.5, SPM, OX, NO2 |
| Tenki.jp | Pollen levels |
Using this data, checks are conducted to answer a few questions:
- Any active weather warnings?
- Good conditions to open windows?
- Good conditions for hanging laundry?
- Any expected migraines or sluggishness due to low or crashing air pressure?
- Need an umbrella?
- Need a jacket?
These checks allow for quick daily guidance without analyzing raw data.
Tech Stack
- Language: Python
- Database: SQLite
- API: FastAPI
- Web UI: HTML, CSS, JavaScript