Metadata-Version: 2.2
Name: python-supercluster
Version: 0.0.1
Summary: A python implementation of the JS lib SuperCluster by mapbox
Home-page: https://github.com/Sangrene/python-supercluster
Author: Hugo Laplace-Builhe
Author-email: builhe@hotmail.fr
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: summary

# Python SuperCluster

## Usage
```python
index = SuperCluster().load(features)
clusters_at_zoom_2 = index.get_clusters([-180, -90, 180, 90], 2)
  ```
