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)
Issue by mareklinka Thu Aug 30 12:42:53 2018 Originally opened as https://github.com/ERNICommunity/dust-measurement-network/issues/32
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: