Metadata-Version: 1.2
Name: giddy
Version: 1.1.1
Summary: GIDDY: GeospatIal Distribution DYnamics
Home-page: https://github.com/pysal/giddy
Maintainer: Wei Kang
Maintainer-email: weikang9009@gmail.com
License: 3-Clause BSD
Description: GeospatIal Distribution DYnamics (giddy) in PySAL
        =================================================
        
        Giddy is an open-source python library for the analysis of dynamics of
        longitudinal spatial data. Originating from the spatial dynamics module
        in PySAL (Python Spatial Analysis Library), it is under active development
        for the inclusion of many newly proposed analytics that consider the
        role of space in the evolution of distributions over time and has
        several new features including inter- and intra-regional decomposition
        of mobility association and local measures of exchange mobility in
        addition to space-time LISA and spatial markov methods.
        
        .. image:: https://api.travis-ci.org/pysal/giddy.svg
           :target: https://travis-ci.org/pysal/giddy
        
        .. image:: https://badges.gitter.im/pysal/giddy.svg
           :target: https://gitter.im/pysal/giddy
        
        This package is part of a `refactoring of PySAL
        <https://github.com/pysal/pysal/wiki/PEP-13:-Refactor-PySAL-Using-Submodules>`_.
        
        
        *************
        giddy modules
        *************
        
        - giddy.directional  Directional LISA, inference and visualization
        - giddy.markov  Spatially explicit Markov methods
        - giddy.mobility  Mobility indices
        - giddy.rank  Spatial decomposition of exchange mobility measure
        
        Mimicking parts of the original PySAL api can be done with
        
        ``import giddy.api as ps``
        
        ************
        Installation
        ************
        
        Install giddy by running:
        
        ::
        
            $ pip install giddy
        
        **********
        Contribute
        **********
        
        PySAL-giddy 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/giddy/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/giddy>`__. Once your
        changes get merged, you’ll automatically be added to the `Contributors
        List <https://github.com/pysal/giddy/graphs/contributors>`__.
        
        *******
        License
        *******
        
        The project is licensed under the `BSD
        license <https://github.com/pysal/giddy/blob/master/LICENSE.txt>`__.
        
        *******
        Funding
        *******
        
        NSF Award #1421935 `New Approaches to Spatial Distribution
        Dynamics <https://www.nsf.gov/awardsearch/showAward?AWD_ID=1421935>`__
        
        
Keywords: spatial statistics,spatiotemporal analysis
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
