{"id":24309028,"url":"https://github.com/excites/geokey-export","last_synced_at":"2026-04-16T20:36:32.513Z","repository":{"id":34150213,"uuid":"37988154","full_name":"ExCiteS/geokey-export","owner":"ExCiteS","description":"Export data from GeoKey to KML, GeoJSON, CSV","archived":false,"fork":false,"pushed_at":"2018-11-03T15:29:45.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-04T19:42:11.925Z","etag":null,"topics":["csv","django","geojson","geokey","geokey-extension","kml"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ExCiteS.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-24T14:06:44.000Z","updated_at":"2018-11-03T15:29:31.000Z","dependencies_parsed_at":"2022-08-28T20:52:19.329Z","dependency_job_id":null,"html_url":"https://github.com/ExCiteS/geokey-export","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExCiteS%2Fgeokey-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExCiteS%2Fgeokey-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExCiteS%2Fgeokey-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExCiteS%2Fgeokey-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExCiteS","download_url":"https://codeload.github.com/ExCiteS/geokey-export/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242277693,"owners_count":20101545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","django","geojson","geokey","geokey-extension","kml"],"created_at":"2025-01-17T05:12:22.908Z","updated_at":"2026-04-16T20:36:31.791Z","avatar_url":"https://github.com/ExCiteS.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://img.shields.io/pypi/v/geokey-export.svg\n    :alt: PyPI Package\n    :target: https://pypi.python.org/pypi/geokey-export\n\n.. image:: https://img.shields.io/travis/ExCiteS/geokey-export/master.svg\n    :alt: Travis CI Build Status\n    :target: https://travis-ci.org/ExCiteS/geokey-export\n\n.. image:: https://img.shields.io/coveralls/ExCiteS/geokey-export/master.svg\n    :alt: Coveralls Test Coverage\n    :target: https://coveralls.io/r/ExCiteS/geokey-export\n\ngeokey-export\n=============\n\nExport data from GeoKey into various formats.\n\nCurrently supported formats:\n\n- KML\n- GeoJSON\n- CSV\n\nInstall\n-------\n\ngeokey-export requires:\n\n- Python version 2.7\n- GeoKey version 1.6 or greater\n\nInstall the extension from PyPI:\n\n.. code-block:: console\n\n    pip install geokey-export\n\nOr from cloned repository:\n\n.. code-block:: console\n\n    cd geokey-export\n    pip install -e .\n\nAdd the package to installed apps:\n\n.. code-block:: python\n\n    INSTALLED_APPS += (\n        ...\n        'geokey_export',\n    )\n\nMigrate the models into the database:\n\n.. code-block:: console\n\n    python manage.py migrate geokey_export\n\nCopy static files:\n\n.. code-block:: console\n\n    python manage.py collectstatic\n\nYou're now ready to go!\n\nTest\n----\n\nRun tests:\n\n.. code-block:: console\n\n    python manage.py test geokey_export\n\nCheck code coverage:\n\n.. code-block:: console\n\n    coverage run --source=geokey_export manage.py test geokey_export\n    coverage report -m --omit=*/tests/*,*/migrations/*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcites%2Fgeokey-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexcites%2Fgeokey-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcites%2Fgeokey-export/lists"}