Skip to main content

High efficient clustering algorithm based on geohash of points

Project description

https://badge.fury.io/py/django-geohash-cluster.svg https://travis-ci.org/EvgeneOskin/django-geohash-cluster.svg?branch=master https://codecov.io/gh/EvgeneOskin/django-geohash-cluster/branch/master/graph/badge.svg

High efficient clustering algorithm based on geohash of points

Documentation

The full documentation is at https://django-geohash-cluster.readthedocs.io.

Quickstart

Install django geohash cluster:

pip install django-geohash-cluster

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'geohash_cluster',
    ...
)

To use with :Django Rest Framework:http://www.django-rest-framework.org/

$ pip install geohash_cluster[rest]
INSTALLED_APPS = (
    ...
    'rest_framework',
    'rest_framework_gis',
    ...
    'geohash_cluster',
    ...
)

Features

  • A Pointed model with PointField.

Running Tests

Install dependencies:

$ pipenv install --dev
$ pip install .[rest]

Does the code actually work?

$ source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2017-07-25)

  • First release on PyPI.

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

django-geohash-cluster-0.1.0.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

django_geohash_cluster-0.1.0-py2.py3-none-any.whl (6.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-geohash-cluster-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-geohash-cluster-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f4861d85526f51fbfb864defc5c88f9c06cecf57681a0cce56c4cb8a5e8b7e14
MD5 bb628b33d3fc57b0268b96f4b1fc581e
BLAKE2b-256 46f36e17ece5f166304333c2c425a7ddf9f9dd368a1df1c927f66cf070c49928

See more details on using hashes here.

File details

Details for the file django_geohash_cluster-0.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_geohash_cluster-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 48a89a36003f2420b1d996dfcf1cba122c37236cc2a97f3a491302bdb95176ff
MD5 dea482254eb148ef5d2451a3ff58b976
BLAKE2b-256 f92e62c7ba1380f68db59e23b34df1e098a8a270e1d1da0f5035d41e1f3489c2

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