Export data from GeoKey to KML, GeoJSON, CSV
Project description
geokey-export
Export data from GeoKey into various formats.
Currently supported formats:
KML
GeoJSON
CSV
Install
geokey-export requires:
Python version 2.7
GeoKey version 1.6 or greater
Install the extension from PyPI:
pip install geokey-export
Or from cloned repository:
cd geokey-export
pip install -e .
Add the package to installed apps:
INSTALLED_APPS += (
...
'geokey_export',
)
Migrate the models into the database:
python manage.py migrate geokey_export
Copy static files:
python manage.py collectstatic
You’re now ready to go!
Test
Run tests:
python manage.py test geokey_export
Check code coverage:
coverage run --source=geokey_export manage.py test geokey_export
coverage report -m --omit=*/tests/*,*/migrations/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
geokey-export-0.4.3.tar.gz
(12.5 kB
view details)
File details
Details for the file geokey-export-0.4.3.tar.gz
.
File metadata
- Download URL: geokey-export-0.4.3.tar.gz
- Upload date:
- Size: 12.5 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 | 7f46c002726d581af1f60855bfeccffae07d40dc886e77e9ee1466a526179175 |
|
MD5 | 152a74a2a79ccd38ed70e690b43f7490 |
|
BLAKE2b-256 | b4a09a57b48df9dd756cf859625972b1358216289d3bee781351160610414ce4 |