Metadata-Version: 1.1
Name: movekit
Version: 0.1
Summary: Simple and effective tools for the analysis of movement data
Home-page: https://github.com/dbvis-ukon/movekit
Author: Arjun Majumdar, Eren Cakmak, Jolle Jolles
Author-email: arjun.majumdar@uni-konstanz.de, eren.cakmak@uni-konstanz.de, jjolles@orn.mpg.de
License: UNKNOWN
Description: # MOVEKIT
        
        > Simple and effective tools for the analysis of movement data
        
        Movekit is a open-source software for the analysis of movement data. The package
        includes modules for preoprocessing, features extraction, and statistical
        analysis.
        
        ## Features
        
        - Preprocessing of movement data
        - Feature extraction
        - Statistical analysis
        
        ## Installation
        
        The easiest way to install movekit is by using `pip` :
        
            pip install movekit
        
        ## Usage
        
        You can view a demo of common features in this
        [this Jupyter Notebook](/examples/demo.ipynb).
        
        ## Changelog
        
        - July 2019: Version 0.1
        
        ## License
        
        This project was funded by the DFG Centre of Excellence 2117 "Centre for the
        Advanced Study of Collective Behaviour" (ID: 422037984).
        
        See the [LICENSE](LICENSE) file for details
        
        Copyright 2019 ©
        [University Konstanz - Data Analysis and Visualization Group](https://www.vis.uni-konstanz.de/)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
