django geohash cluster

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.apps.GeohashClusterConfig',
    ...
)

Add django geohash cluster’s URL patterns:

from geohash_cluster import urls as geohash_cluster_urls


urlpatterns = [
    ...
    url(r'^', include(geohash_cluster_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

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

Credits

Tools used in rendering this package: