Export data from GeoKey to KML or GeoJSON
Project description
geokey-export
Export data from GeoKey (v0.9+ only) into various formats.
Currently supported formats:
KML
GeoJSON
Install
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.2.0.tar.gz
(9.5 kB
view details)
File details
Details for the file geokey-export-0.2.0.tar.gz
.
File metadata
- Download URL: geokey-export-0.2.0.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0cb149d62609a5e77a202029a9009024b9bca47a646d0607bb0b4079492b57a |
|
MD5 | 3f1609802c7327ab8fc5dc5bcd4a2d88 |
|
BLAKE2b-256 | 39636be5418507960fa2ce675da70a6faf5570c73bcbfcc8a3f18dae8497c4e6 |