Metadata-Version: 2.1
Name: flowstock
Version: 0.0.1.dev0
Summary: Estimation of movements from snapshots
Home-page: UNKNOWN
Author: Mateja Gosenca, Lillian Guo, Emily Kendall,            Lerh Feng Low, Nathan Musoke, Richard Easther
Author-email: n.musoke@auckland.ac.nz
License: UNKNOWN
Description: Estimate flows of people from snapshots using the method of [Akagi2018]_.
        
        There are two parts to this package
        
        - a fake data generator
        - an estimator
        
        A couple IPython notebooks are included as demonstrations.
        One of these generates fake data and attempts to recover the underlying parameters.
        It is most useful for demonstration and testing.
        
        Another is designed to run on real world data.
        It requires the user to supply additional data: counts of people in New Zealand SA2 regions and properties of those regions.
        The later information is available from StatsNZ:
        
        - `Centroid locations`_
        - `Higher geographies`_
        
        .. _`Centroid locations`: https://datafinder.stats.govt.nz/layer/93620-statistical-area-2-2018-centroid-true/
        .. _`Higher geographies`: https://datafinder.stats.govt.nz/layer/95065-statistical-area-2-higher-geographies-2018-generalised/data/
        
        We have assumed that the centroid-to-centroid distance separating regions is an appropriate metric.
        In principle, the user can specify an arbitrary distance measure on the space, allowing distances to be set by actual driving time, non-local travel via airports, or even asymmetry during commutes.
        
        There are still some rough edges and there may be more corner cases to be taken care of.
        
        Installation
        ============
        
        A conda environment specification is included.
        This environment has been testing on Linux and OS X.
        
        .. code-block:: bash
        
            conda env create -f environment.yml
            conda activate movement
            pip install -e .
        
        
        .. [Akagi2018] Y. Akagi, T. Nishimura, T. Kurashima, and H. Toda, “A Fast and Accurate Method for Estimating People Flow from Spatiotemporal Population Data,” in Proceedings of the Twenty-Seventh International Joint Conference on Artificial Intelligence, Stockholm, Sweden, Jul. 2018, pp. 3293–3300, doi: 10.24963/ijcai.2018/457.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
