Skip to main content
PyPI Package Travis CI Build Status Coveralls Test Coverage

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/*

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)

Uploaded Source

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

Hashes for geokey-export-0.4.3.tar.gz
Algorithm Hash digest
SHA256 7f46c002726d581af1f60855bfeccffae07d40dc886e77e9ee1466a526179175
MD5 152a74a2a79ccd38ed70e690b43f7490
BLAKE2b-256 b4a09a57b48df9dd756cf859625972b1358216289d3bee781351160610414ce4

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.4.3 This release

1 file

0.4.2

1 file

0.4.1

1 file

0.4.0

1 file

0.3.0

1 file

0.2.4

1 file

0.2.3

1 file

0.2.2

1 file

0.2.1

1 file

0.2.0

1 file

0.1.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page