Reference
Here you will find the technical reference material for software and applications developed through this project, which is all open source and published on GitHub.
You will also find information that explains how to set up servers and deploy applications. All applications are deployed using docker and can be run on local hardware or using cloud providers.
maplandscape - dashboard
Built on top of the QFieldCloud API, the maplandscape dashboard apps allow users to view their QField data on web maps, interactive tables, and charts. They can use these web applications to perform GIS and relational database style operations on their data and specify automated reporting routines.
maplandscape’s source code is published on GitHub.
qfieldcloudR
qfieldcloudR is an R package that provides a set of helper functions for interacting with the QFieldCloud API including querying projects, retrieving data, and user management.
It can be used for accessing QFieldCloud data for programmatic analysis with spatial packages such as sf within R or to build web apps that support user interaction with QFieldCloud via Shiny.