tmralmeida / magni-dash

Dashboard for THÖR-MAGNI dataset.

Home Page:http://thor.oru.se/magni.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

magni-dash

Dashboard for Magni dataset.

Package installation

Install miniconda. Then, you can install all packages required by running:

conda env create -f ex_environment.yml

Then, our own package:

pip install .

Set the path to a directory with the following structure:


├── Scenario1       <- Folder with tsv files for scenario 1 
    ├── file_name_{pp}.csv 
├── Scenario2        <- Folder with tsv files for scenario 2 
    ├── file_name_{pp}.csv 
├── Scenario3      <- Folder with tsv files for scenario 3 
    ├── file_name_{pp}.csv 
    ├── file_name_{merged}.csv (eyt data synched with trajectories)
├── Scenario4      <- Folder with tsv files for scenario 4 
    ├── file_name_{pp}.csv
├── Scenario5      <- Folder with tsv files for scenario 5 
    ├── file_name_{pp}.csv  

Launching dashboard

Run:

streamlit run magni_dash/Welcome.py

About

Dashboard for THÖR-MAGNI dataset.

http://thor.oru.se/magni.html

License:MIT License


Languages

Language:Jupyter Notebook 91.4%Language:Python 8.6%