Carrboro, North Carolina
Click any image to view it at full size.












Temperature, relative humidity, and pressure measured together over the last 30 days. Color runs from older to newer readings; the red star is the latest.
This is a view of covariance in the local weather, not an ideal-gas-law fit. PV = nRT reduces to P ∝ T only when the amount and volume of gas are fixed; the open atmosphere satisfies neither condition.
A Raspberry Pi records local weather and air-quality conditions using two environmental sensors:
| Direct measurements | Temperature and humidity from both sensors; pressure and gas resistance from the BME680 |
| Air-quality output | Relative VOC-related gas-resistance trend (not calibrated ppm or AQI) |
| Weather data block | Every 30 seconds |
| Data sent to server | Every 5 minutes |
| Forecast model | Temperature and humidity forecasts through five hours, updated from accumulated station data |
Source code: github.com/nialljmiller/weather_station
Experimental five-minute forecasts are retrained every six hours.

Open all forecast plots, model leaderboard, descriptions, and validation metrics →