Skip to content

Commit 48f2582

Browse files
add .cff
1 parent 30e8346 commit 48f2582

File tree

3 files changed

+49
-4
lines changed

3 files changed

+49
-4
lines changed

CITATION.cff

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: >-
6+
Omega-Prime: Data Model, Data Format and Python Library
7+
for Handling Ground Truth Traffic Data
8+
message: >-
9+
If you use this software, please cite it using the
10+
metadata from this file.
11+
type: software
12+
authors:
13+
- given-names: Michael
14+
family-names: Schuldes
15+
orcid: 'https://orcid.org/0000-0003-2339-8157'
16+
- given-names: Sven
17+
family-names: Tarlowski
18+
- given-names: Stamatios
19+
family-names: Chrysanthidis
20+
- given-names: Clément
21+
family-names: Val
22+
- given-names: Carlo
23+
family-names: van Driesten
24+
identifiers:
25+
- type: url
26+
value: 'https://github.com/ika-rwth-aachen/omega-prime'
27+
repository-code: 'https://github.com/ika-rwth-aachen/omega-prime'
28+
url: 'https://ika-rwth-aachen.github.io/omega-prime/'
29+
abstract: >-
30+
Data Model, Format and Python Library for ground truth
31+
traffic data containing information on dynamic objects,
32+
map and environmental factors optimized for representing
33+
urban traffic.The data model and format utilize ASAM
34+
OpenDRIVE and ASAM Open-Simulation-Interface GroundTruth
35+
messages. omega-prime sets requirements on presence and
36+
quality of ASAM OSI GroundTruth messages and ASAM
37+
OpenDRIVE files and defines a file format for the exchange
38+
and storage of these.Omega-Prime is the successor of the
39+
OMEGAFormat. It has the benefit that its definition is
40+
directly based on the established standards ASAM OSI and
41+
ASAM OpenDRIVE and carries over the data quality
42+
requirements and the data tooling from OMEGAFormat.
43+
Therefore, it should be easier to incorporate omega-prime
44+
into existing workflows and tooling.
45+
license: MPL-2.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[![](https://img.shields.io/github/issues-raw/ika-rwth-aachen/omega-prime.svg)](https://github.com/ika-rwth-aachen/omega-prime/issues)
99
[![](https://img.shields.io/badge/Documentation-2e8b57)](https://ika-rwth-aachen.github.io/omega-prime)
1010

11-
# Omega-Prime: Data Model, Data Format and Python Library for Handling Ground Truth Traffic Data
11+
# Omega-Prime: Data Model, Data Format and Python Library for Handling Ground Truth Road Traffic Data
1212

13-
Data Model, Format and Python Library for ground truth data containing information on dynamic objects, map and environmental factors optimized for representing urban traffic. The repository contains:
13+
Data Model, Format and Python Library for ground truth road traffic data containing information on dynamic objects, map and environmental factors optimized for representing urban traffic. The repository contains:
1414
### Data Model and Specification
1515
see [Data Model & Specification](https://ika-rwth-aachen.github.io/omega-prime/omega_prime_specification/)
1616

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Omega-Prime: Data Model, Data Format and Python Library for Handling Ground Truth Traffic Data
1+
# Omega-Prime: Data Model, Data Format and Python Library for Handling Ground Truth Road Traffic Data
22

3-
Data Model, Format and Python Library for ground truth data containing information on dynamic objects, map and environmental factors optimized for representing urban traffic. The repository contains:
3+
Data Model, Format and Python Library for ground truth road traffic data containing information on dynamic objects, map and environmental factors optimized for representing urban traffic. The repository contains:
44
## Data Model and Specification
55
see [Data Model & Specification](omega_prime_specification.md)
66

0 commit comments

Comments
 (0)