Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/acorbe/sociophysicsdatahandler

Python package for the Sociophysics USE LL, TU/Eindhoven; provide access to the pedestrian data.
https://github.com/acorbe/sociophysicsdatahandler

pedestrian-dynamics python python3

Last synced: 2 days ago
JSON representation

Python package for the Sociophysics USE LL, TU/Eindhoven; provide access to the pedestrian data.

Awesome Lists containing this project

README

        

# SociophysicsDataHandler

Pedestrian dynamics data retriever for the Sociophysics courses at Eindhoven University of Technology.

[![PyPI](https://img.shields.io/pypi/v/sociophysicsDataHandler)](https://pypi.org/project/sociophysicsDataHandler/)

Authors: Alessandro Corbetta, Cas Pouw, Joris Willems
mail: [email protected]
course webpage: [link](https://osiris.tue.nl/osiris_student_tueprd/OnderwijsCatalogusSelect.do?selectie=cursus&collegejaar=2020&cursus=3QEUS0)

### Installation via pip
```bash
pip install sociophysicsDataHandler

```

### Installation from source
```bash

git clone https://github.com/acorbe/sociophysicsDataHandler.git
pip install -e sociophysicsDataHandler/

```