QRealTime Plugin allows you to:
- Create new survey form directly from GIS layers in QGIS
- Synchronise data from ODK Aggregate server
- Import data from ODK Aggregate server
- QGIS installed
Installation steps:
- Open Plugin Manager and search for QRealTime plugin and install it.
- And restart QGIS so that changes in environment take effect.
- If after restarting QGIS still there is problem related to PyXForm then manually install pyxform library to python3 by using following:
3a. Open command prompt/terminal and go to installation directory of QGIS.
3b. Runosgeo4w.bat
3c. Runpy3_env
3d. Run following:
- Windows:python3 -m pip install pyxform --user
.
- MacOS:sudo pip3 install pyxform
Note: Ifpip
in not recognised (as in the case of QGIS 3.4) useeasy_install
instead.
3e. And restart QGIS so that changes in environment take effect.
From the main menu choose Plugins --> QRealTime --> QRealTime Setting
Enter ODK aggregate url (required). Other fields are optional. Sync time is also required in case of data sync.
If you don't have ODK Aggregate server access, you can use demo server https://opendatakit.appspot.com or if you want to install your own aggregate server, then visit
Right click over any existing layer --> QRealTIme and choose desired option:
Make Online (To Create new form), import (to import data of existing form), sync(to automatically update your layer)
If you want to import data from already existing form (created without using our plugin) do ensure that the name of the geometry field is 'GEOMETRY','location' or 'gps. Other geometry field names are currently not supported.
QRealTime plugin is capable of converting QGIS layer into data collection form. To design a data collection form for humanitarian crisis, we have to create appropriate vector layer. For the demonstration purpose, you can create the shapefile with following fields:
If you are not sure how to create value map in QGIS, Visit this link
The following video demonstrates, how to use the QRealTime Plugin:
<iframe width="560" height="315" src="https://www.youtube.com/embed/zmr2CC5G-m4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>