|
| 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 |
0 commit comments