.. documentation master file ESDA: Exploratory Spatial Data Analysis ======================================= ESDA is an open-source Python library for the exploratory analysis of spatial data. A subpackage of `PySAL`_ (Python Spatial Analysis Library), it is under active development and includes methods for global and local spatial autocorrelation analysis. .. raw:: html
.. toctree:: :hidden: :maxdepth: 3 :caption: Contents: Installation API Tutorial References ************ Introduction ************ **esda** implements measures for the exploratory analysis spatial data and is part of the `PySAL family `_ Details are available in the `esda api `_. *********** Development *********** esda development is hosted on github_. .. _github : https://github.com/pysal/esda Discussions of development occurs on the `developer list `_ as well as gitter_. .. _gitter : https://gitter.im/pysal/pysal? **************** Getting Involved **************** If you are interested in contributing to PySAL please see our `development guidelines `_. *********** Bug reports *********** To search for or report bugs, please see esda's issues_. .. _issues : http://github.com/pysal/esda/issues *********** Citing esda *********** If you use PySAL-esda in a scientific publication, we would appreciate citations to the following paper: `PySAL: A Python Library of Spatial Analytical Methods `_, *Rey, S.J. and L. Anselin*, Review of Regional Studies 37, 5-27 2007. Bibtex entry:: @Article{pysal2007, author={Rey, Sergio J. and Anselin, Luc}, title={{PySAL: A Python Library of Spatial Analytical Methods}}, journal={The Review of Regional Studies}, year=2007, volume={37}, number={1}, pages={5-27}, keywords={Open Source; Software; Spatial} } ******************* License information ******************* See the file "LICENSE.txt" for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES. .. toctree:: :hidden: :maxdepth: 3 :caption: Contents: Installation Tutorial API References .. _PySAL: https://github.com/pysal/pysal