Skip to content

kardwen/trajectory-analysis-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trajectory-analysis-2023

Project by Hamidreza Behbood, Arsalan Razavi and Karl Felix Schewe for the 2023 course Trajectory Analysis at the University of Münster.

UI in main.py

Installation

Before you begin, ensure that you have Python 3.7 or newer installed on your system.

  1. Create a virtual environment:

    python -m venv venv
  2. Activate the virtual environment. This depends on your operating system:

    • Linux/macOS:

      source venv/bin/activate
    • Windows:

      venv\Scripts\activate

    More information can be found in the official documentation. In Visual Studio Code you can select the virtual environment by searching with str + shift + p for Python: Select Interpreter.

  3. Install the required packages in the newly created virtual environment:

    pip install -r requirements.txt

Running the program

To run the program, execute the following command:

python src/main.py

In the src directory you can find the package app which implements core functionalities for reading and analysing trajectories. Included in src are also scripts with examples for specific functions.

Functions can be imported like this:

from app.functions import *

Testing

For running tests, just type:

pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages