The QualityExplorer is a web-based tool to get detailed insight about the quality of information the deploy sensors provide. Each sensor is depicted on a map as a dot. The color of the dot indicates the quality of information, ranging from green (good) to red (bad). Additionally bar charts show the number of visible sensors and the corresponding quality of information value.
The following applications/libraries have to be installed (Name/License/Link): R (Version>=3.1)
Apart from R and the required libraries above, an installation of the QualityExplorer is not required. Simply clone the Github repository.
git clone https://github.com/CityPulse/QualityExplorer.git
To start the component change into the 'R-Shiny-Application' folder and execute the following start command:
R -e "shiny::runApp(host='127.0.0.1', port=10111)"
This starts the server listening on localhost (127.0.0.1) at port 10111. Change the 'host' and 'port' parameter in the start command according to your needs.
The GDI component was developed as part of the EU project CityPulse. The consortium member University of Applied Sciences Osnabrück provided the main contributions for this component.
An introduction video for the QoI Explorer can be found here: https://www.youtube.com/watch?v=edFrlciO8Og
The code of the Resource Management can be found here: https://github.com/CityPulse/QualityExplorer.git