Metadata-Version: 1.2
Name: esda
Version: 2.0.0
Summary: Package with statistics for exploratory spatial data analysis
Home-page: https://github.com/pysal/esda
Maintainer: Sergio Rey, Wei Kang
Maintainer-email: sjsrey@gmail.com, weikang9009@gmail.com
License: 3-Clause BSD
Description: Exploratory Spatial Data Analysis (esda) in PySAL
        =================================================
        
        .. image:: https://travis-ci.org/pysal/esda.svg
           :target: https://travis-ci.org/pysal/esda
        
        .. image:: https://badges.gitter.im/pysal/pysal.svg
           :target: https://gitter.im/pysal/pysal
        
        
        Methods for testing for global and local autocorrelation in areal unit
        data.
        
        ************
        Installation
        ************
        
        Install esda by running:
        
        ::
        
            $ pip install esda
        
        ************
        Requirements
        ************
        
        -  libpysal
        
        **********
        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 <https://github.com/pysal/esda/issues>`__ on GitHub. To
        submit patches, please follow the PySAL development
        `guidelines <http://pysal.readthedocs.io/en/latest/developers/index.html>`__
        and open a `pull request <https://github.com/pysal/esda>`__. Once your
        changes get merged, you’ll automatically be added to the `Contributors
        List <https://github.com/pysal/esda/graphs/contributors>`__.
        
        *******
        Support
        *******
        
        If you are having issues, please talk to us in the `gitter
        room <https://gitter.im/pysal/pysal>`__.
        
        *******
        License
        *******
        
        The project is licensed under the `BSD
        license <https://github.com/pysal/esda/blob/master/LICENSE>`__.
        
        *******
        Funding
        *******
        
        NSF Award #1421935 `New Approaches to Spatial Distribution
        Dynamics <https://www.nsf.gov/awardsearch/showAward?AWD_ID=1421935>`__
        
        
Keywords: spatial statistics
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >3.4
