This web app is designed for research institutions to engage citizens in the collection of spatial data. It aims to be usuable without programming knowledge.
This is a simple highly configurable mobile web app based on Python / Flask.
It has a map view with the possiblilty to create entries by the users
You need access to a system with the following:
- Python 3.8 or higher (enough for testing)
- A WSGI server to serve the web app
- A reverse proxy with ssl, eg. nginx, apache
The simplest way is to install the app in a Docker container. Relevant files together with an example app can be found here.