Since weather data is an important predictor of pollution levels, all incoming sensor data should be also augmented by weather data from openweathermap's API.
We require the following:
wind direction
wind speed
humidity (this might be supplied by the sensor, in that case take the sensor reading)
atmospheric pressure (might as well come from the sensor)
Since weather data is an important predictor of pollution levels, all incoming sensor data should be also augmented by weather data from openweathermap's API.
We require the following: