arivero / wq

πŸ“±πŸŒπŸ“‹ wq: a modular framework supporting mobile / web geographic data collection applications for citizen science, crowdsourcing, and VGI. Powered by Django REST Framework, jQuery Mobile, Mustache, d3, and Leaflet.

Home Page:https://wq.io/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wq

wq is a modular framework for citizen science field data collection via offline-capable mobile web apps.

Getting Started

python3 -m venv venv
. venv/bin/activate
pip install wq
wq start -d myproject.example.com myproject

See the documentation for more information. See https://github.com/wq/wq/issues to report any issues.

Features

wq is made up of the following submodules, which are maintained as separate packages.

Module PyPI Github Description
wq_app wq.app wq/wq.app A JavaScript+Python library for building robust offline-capable HTML5 data entry apps.
wq_core wq.core wq/wq.core wq command line interface.
wq_db wq.db wq/wq.db A collection of Django database models and REST framework to support design patterns common to data collection systems.
wq_io wq.io wq/wq.io A Python interoperability library for consuming and generating data resources in various formats.
wq_start wq.start wq/wq.start Project template and scaffolding tools.

About

πŸ“±πŸŒπŸ“‹ wq: a modular framework supporting mobile / web geographic data collection applications for citizen science, crowdsourcing, and VGI. Powered by Django REST Framework, jQuery Mobile, Mustache, d3, and Leaflet.

https://wq.io/docs/

License:MIT License


Languages

Language:Python 100.0%