Metadata-Version: 2.1
Name: hagerstrand
Version: 0.0.5
Summary: A Python package for an interactive space-time Geographic Information System (GIS)
Home-page: https://github.com/jimmy-feng/hagerstrand
Author: Jimmy Feng
Author-email: jfeng1996@gmail.com
License: MIT license
Description: # hagerstrand
        
        
        [![image](https://img.shields.io/pypi/v/hagerstrand.svg)](https://pypi.python.org/pypi/hagerstrand)
        [![image](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
        [![image](https://pepy.tech/badge/hagerstrand)](https://pepy.tech/project/hagerstrand)
        
        
        **A Python package for an interactive space-time Geographic Information System (GIS)**
        
        
        - GitHub repo: https://github.com/jimmy-feng/hagerstrand
        -   Documentation: https://jimmy-feng.github.io/hagerstrand
        - PyPI: https://pypi.org/project/hagerstrand
        -   Free software: MIT license
            
        
        ## Introduction
        **Hagerstrand** is a Python package for a space-time GIS for individual-level human phenomena based on [Torsten Hägerstrand's](https://en.wikipedia.org/wiki/Torsten_H%C3%A4gerstrand) time geographic framework. Investigation of individual activity patterns in a geographic information system (GIS) has been an interest for many geographers and geographic information scientists since Hägerstrand's seminal article, [*What about people in regional science?*](https://doi.org/10.1007/BF01936872) in 1970. However, there lacks a uniform implementation of the concepts in the time geographic framework in a GIS across the academic research community. Esri's ArcGIS platforms have various functions for analysis, visualization, and querying of space-time data but are rather limited and only commercially available. This package is continually developed to enable for more comprehensive space-time GIS processes in an open-source Python environment, and can also be used to explore individual human dynamics (e.g. accessibility to various human needs and services.)
        
        ## Installation
        `pip install hagerstrand`
        ## Features
        
        -   In the works!
        
        ## Credits
        
        This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.
        
Keywords: hagerstrand
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
