AUST-Hansen / raillabel

A devkit for working with recorded and annotated train ride data from Deutsche Bahn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RailLabel

image image

A devkit for working with recorded and annotated train ride data from Deutsche Bahn.

Documentation

Read the full documentation on Github pages.

Installation

You can install the latest released version directly from PyPI.

pip install raillabel

To set up a development environment, clone the project and install it into a virtual environment.

git clone https://github.com/DSD-DBS/raillabel
cd raillabel
python -m venv .venv

source .venv/bin/activate.sh  # for Linux / Mac
.venv\Scripts\activate  # for Windows

pip install -U pip pre-commit
pip install -e '.[docs,test]'
pre-commit install

Contributing

We'd love to see your bug reports and improvement suggestions! Please take a look at our guidelines for contributors for details.

Licenses

This project is compliant with the REUSE Specification Version 3.0.

Copyright DB Netz AG, licensed under Apache 2.0 (see full text in LICENSES/Apache-2.0.txt)

Dot-files are licensed under CC0-1.0 (see full text in LICENSES/CC0-1.0.txt)

About

A devkit for working with recorded and annotated train ride data from Deutsche Bahn.

License:Apache License 2.0


Languages

Language:Python 100.0%