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

geokey-geotagx

Import results from GeoTag-X.

Install

geokey-geotagx requires:

  • Python version 2.7

  • GeoKey versions 0.9, 0.10, or 1.0

Install the extension from PyPI:

pip install geokey-geotagx

Or from cloned repository:

cd geokey-geotagx
pip install -e .

Add the package to installed apps:

INSTALLED_APPS += (
    ...
    'geokey_geotagx',
)

You’re now ready to go!

Test

Run tests:

python manage.py test geokey_geotagx

Check code coverage:

coverage run --source=geokey_geotagx manage.py test geokey_geotagx
coverage report -m --omit=*/tests/*,*/migrations/*

API

To import results POST a feature collection:

POST /api/geotagx/:project_id/import/
Content-Type: application/json

{
    "type": "FeatureCollection",
    "features": []
}

Returns (if successful):

HTTP/1.1 201 Created

Objects created

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geokey-geotagx-0.2.0.tar.gz (2.7 kB view details)

Uploaded Source

File details

Details for the file geokey-geotagx-0.2.0.tar.gz.

File metadata

File hashes

Hashes for geokey-geotagx-0.2.0.tar.gz
Algorithm Hash digest
SHA256 2d7325f8c3e21b7633d71cfe8b5273e47893d64d28069f950c24a7828e103989
MD5 6ba57b0d9afc6257eec2cb8951033aac
BLAKE2b-256 0616ff1146f3fb4408f30b3056c9dd844e0a898c6979497523aa112d1272b494

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.0 This release

1 file

0.1.0

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