High efficient clustering algorithm based on geohash of points
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-geohash-cluster-0.1.0.tar.gz
.
File metadata
- Download URL: django-geohash-cluster-0.1.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4861d85526f51fbfb864defc5c88f9c06cecf57681a0cce56c4cb8a5e8b7e14 |
|
MD5 | bb628b33d3fc57b0268b96f4b1fc581e |
|
BLAKE2b-256 | 46f36e17ece5f166304333c2c425a7ddf9f9dd368a1df1c927f66cf070c49928 |
File details
Details for the file django_geohash_cluster-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_geohash_cluster-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48a89a36003f2420b1d996dfcf1cba122c37236cc2a97f3a491302bdb95176ff |
|
MD5 | dea482254eb148ef5d2451a3ff58b976 |
|
BLAKE2b-256 | f92e62c7ba1380f68db59e23b34df1e098a8a270e1d1da0f5035d41e1f3489c2 |