Skip to main content

Export data from GeoKey to KML or GeoJSON

Project description

PyPI Package Travis CI Build Status Coveralls Test Coverage

geokey-export

Export data from GeoKey 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


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.1.1.tar.gz (10.3 kB view details)

Uploaded Source

File details

Details for the file geokey-export-0.1.1.tar.gz.

File metadata

File hashes

Hashes for geokey-export-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a8250cf9f9e1b668e13ea35c9e688f65318ff48e624d8e3d9795dc6873289645
MD5 ea81e0c099b363e9c97ff10fa8c7683a
BLAKE2b-256 97cae90a6a88b7c128bd41760a7c6b22a837771d316215b8221c52b9a50e4c45

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page