Metadata-Version: 2.1
Name: echelon-py
Version: 1.1.0
Summary: Echelon analysis in Python
Home-page: https://github.com/takeshi-teshima/echelon-py
Author: Takeshi Teshima
Author-email: takeshi.diadochos@gmail.com
Maintainer: Takeshi Teshima
Maintainer-email: takeshi.diadochos@gmail.com
License: UNKNOWN
Keywords: echelon,cluster,spatio-temporal data
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
License-File: LICENSE

# echelon-py: Echelon analysis in Python
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/takeshi-teshima/echelon-py/blob/master/LICENSE)
[![Documentation Coverage Rate Badge](./docs_src/coverage_badge.svg)](https://takeshi-teshima.github.io/echelon-py/index.html)
[![PyPI version](https://badge.fury.io/py/echelon-py.svg)](https://badge.fury.io/py/echelon-py)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/echelon-py)](https://takeshi-teshima.github.io/echelon-py/index.html)

![Logo](./docs_src/logo.svg)

## Install
`$ pip install echelon-py`

## Functionalities
- Echelon analysis
- Echelon dendrogram plot
- Echelon scan (detection of spatial clusters)

## Quick Start
Check out some [examples (echelon-py-examples)](https://takeshi-teshima.github.io/echelon-py-examples/)!

## How to Use
Check out the [documentation](https://takeshi-teshima.github.io/echelon-py/).

## Notes for Contributors
[Notes for Contributors](./README-dev.md).

## References
- R Package [‘echelon’](https://cran.r-project.org/web/packages/echelon/echelon.pdf)


