Metadata-Version: 2.1
Name: graph-trackintel
Version: 0.0.7
Summary: Tools for creating, processing and analyzing location graphs
Home-page: https://github.com/mie-lab/graph-trackintel
Author: MIE Lab
Author-email: nwiedemann@ethz.ch
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: psycopg2
Requires-Dist: networkx
Requires-Dist: pyproj
Requires-Dist: matplotlib
Requires-Dist: trackintel
Requires-Dist: powerlaw

[![PyPI version](https://badge.fury.io/py/graph-trackintel.svg)](https://badge.fury.io/py/graph-trackintel)
[![codecov](https://codecov.io/gh/mie-lab/graph-trackintel/branch/main/graph/badge.svg?token=98I3U2WX2N)](https://codecov.io/gh/mie-lab/graph-trackintel)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
# graph-trackintel
Tools for building and preprocessing location graphs

## Installation:


This repo can then be installed in editable mode. In an activated virtual environment, cd into this folder and run
```
pip install -e .
```
This will execute the `setup.py` file and install required dependencies.
