Metadata-Version: 2.4
Name: pyehsa
Version: 0.1.0
Summary: A Python library for Emerging Hot Spot Analysis (EHSA) of spatio-temporal data
Author-email: CloudWalk <lucas.azevedo@cloudwalk.io>
License: MIT
Project-URL: Homepage, https://github.com/cloudwalk/PyEhsa
Project-URL: Documentation, https://pyehsa.readthedocs.io
Project-URL: Repository, https://github.com/cloudwalk/PyEhsa
Project-URL: Bug Tracker, https://github.com/cloudwalk/PyEhsa/issues
Keywords: spatial analysis,hotspots,statistics,gis,spatio-temporal
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.5.0
Requires-Dist: geopandas>=0.13.0
Requires-Dist: numpy>=1.21.0
Requires-Dist: scipy>=1.9.0
Requires-Dist: libpysal>=4.6.0
Requires-Dist: matplotlib>=3.5.0
Requires-Dist: seaborn>=0.11.0
Requires-Dist: plotly>=5.0.0
Requires-Dist: shapely>=1.8.0
Requires-Dist: python-geohash>=0.8.5
Requires-Dist: folium>=0.14.0
Requires-Dist: esda>=2.4.0
Requires-Dist: numba>=0.56.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"
Requires-Dist: isort>=5.12; extra == "dev"
Requires-Dist: pylint>=2.17; extra == "dev"
Requires-Dist: coverage>=7.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=6.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.3; extra == "docs"
Dynamic: license-file

# PyEhsa
Welcome to the PyEhsa repository.
