This dataset contains a web application (written in Flask, Python) to register periodic and one-time data that is later used to assess technical indicators for the performance of green roofs. All entires are automatically added to an SQLite database. In its presented form, six green roofs of Barcelona are included, but this can be customised as wished.
An empty database file is provided along with the SQLite schema to generate the tables. The Python code is also included in order to allow the application to be offered through a server.
The application registers one-time, yearly and monthly data needed for the assessment of green roofs. The menu is offered in English.
The application is written in Flask (Python) and needs to be run on a Linux/BSD server. Once on a server, the application runs in any browser.
The resulting database is a sigle SQLite file that can be edited and processed with any SQLite application, like DB Browser for SQLite.