sjsrey / esda

statistics and classes for exploratory spatial data analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exploratory Spatial Data Analysis in PySAL

tag Continuous Integration codecov DOI

Methods for testing for global and local autocorrelation in areal unit data.

Documentation

Installation

Install esda by running:

conda-forge

preferred

$ conda install -c conda-forge esda

PyPI

$ pip install esda

GitHub

$ pip install git+https://github.com/pysal/esda@main

Requirements

  • geopandas>=0.12
  • libpysal>=??
  • numpy>=1.24
  • pandas>1.5
  • scikit-learn>=1.2
  • scipy>=1.9
  • shapely>=2.0

Optional dependencies

  • numba>=0.57 - used to accelerate computational geometry and permutation-based statistical inference.
  • rtree>=1.0 - required for esda.topo.isolation()

Contribute

PySAL-esda is under active development and contributors are welcome.

If you have any suggestion, feature request, or bug report, please open a new issue on GitHub. To submit patches, please follow the PySAL development guidelines and open a pull request. Once your changes get merged, you’ll automatically be added to the Contributors List.

Support

If you are having issues, please talk to us in the esda Discord channel.

License

The project is licensed under the BSD 3-Clause license.

Funding

National Science Foundation Award #1421935: New Approaches to Spatial Distribution Dynamics

About

statistics and classes for exploratory spatial data analysis

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 93.1%Language:Python 6.9%