aleppax / AirQualityMesh

IoT system monitoring outdoor air quality with multiple stations, remote data collection and analytics
GNU General Public License v3.0
2 stars 0 forks source link

add colored map visualization #105

Closed aleppax closed 11 months ago

aleppax commented 1 year ago

add to the map a colored visualization (algebric or statistic interpolation) of inferred values. A good starting point is the type of visualization made by LASS for Taiwan. Maybe a different interpolation logic from IDW should be used.

aleppax commented 1 year ago

the GitHub repository of the reference

aleppax commented 11 months ago

the visualization part is complete, now tested with random colors displayed over the map. But the interpolation of points is in an early stage. There are so many ways of accomplish this, IDW, linear interpolation, a web assembly ML model... a simplicistic idea is to use a roving sensor to collect a network of time-related samples, then design a diffusion model which propagates the single values to the whole area of influence. This part can be used as a viewer for different models. visualizationPM