geokey-epicollect
Use EpiCollect’s phone app as a mobile client to collect data and store it with GeoKey.
Install
geokey-epicollect requires:
Python version 2.7
GeoKey version 1.6 or greater
Make sure the dependencies are installed:
sudo apt-get install libxslt1-dev libxml2-dev
Install the extension from PyPI:
pip install geokey-epicollect
Or from cloned repository:
cd geokey-epicollect
pip install -e .
Add the package to installed apps:
INSTALLED_APPS += (
...
'geokey_epicollect',
)
Migrate the models into the database:
python manage.py migrate geokey_epicollect
You’re now ready to go!
Test
Run tests:
python manage.py test geokey_epicollect
Check code coverage:
coverage run --source=geokey_epicollect manage.py test geokey_epicollect
coverage report -m --omit=*/tests/*,*/migrations/*
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file geokey-epicollect-1.0.3.tar.gz.
File metadata
- Download URL: geokey-epicollect-1.0.3.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a42210ddd8705da30d87123a96e7faefb21c750e142cdd27d7b86117303dd260
|
|
| MD5 |
21fde5bf569de7c9be41f30cf49d9179
|
|
| BLAKE2b-256 |
084a695d603744cada1f15b9b7b72dbc03eb8d6112fd0cc3d46f311e02d314d7
|