This dataset contains a web application (written in Flask, Python) that allows green roofs (an other locations) to collect harvesting data that is 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 allows harvesting events to be registered, where data needs to be recorded in kg. The menu is offered in Catalan, but can be customised for other languages. The list of available products is dynamic and can be expanded and edited. The list of uses is also expandable and editable. Moreover, each harvest can be edited after its creation.
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 single SQLite file that can be edited and processed with any SQLite application, like DB Browser for SQLite.