Skip to content
/ rtron Public

r:trån is a road space model transformer library for OpenDRIVE, CityGML and beyond

License

Notifications You must be signed in to change notification settings

tum-gis/rtron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3c9bd19 · Feb 11, 2025
Jan 11, 2025
Jan 11, 2025
Jan 11, 2025
Feb 11, 2025
Jan 11, 2025
Aug 8, 2024
Aug 8, 2024
Sep 23, 2024
Sep 22, 2024
May 9, 2024
Sep 23, 2024
Jul 10, 2023
Mar 6, 2023
Jun 2, 2020
Feb 17, 2024
Jul 21, 2023
Mar 6, 2023
Mar 6, 2023
Jun 2, 2020
Sep 27, 2023
May 9, 2024
Nov 4, 2022
Sep 22, 2024
Sep 22, 2024
Aug 8, 2022
Nov 4, 2022

Repository files navigation

rtron logo

a road space model transformer library for OpenDRIVE, CityGML and beyond
View Demos · Report Bug · Request Feature

rtron preview

r:trån reads road network models in OpenDRIVE and transforms them to the virtual 3D city model standard CityGML.

This enables you to

📥 Datasets

Download some sample OpenDRIVE datasets of the city of Ingolstadt from the company 3D Mapping Solutions (initial registration required). Additionally, awesome-openx provides a list of further OpenDRIVE datasets.

🚀 Usage

In order to use r:trån you need JDK 11 or later. Download the prebuilt JAR executable from the releases section and make sure that you have at least a JVM 11. Run r:trån to ...

# … validate OpenDRIVE datasets
java -jar rtron.jar validate-opendrive ./input-opendrive ./output-reports

# … transform OpenDRIVE datasets to CityGML
java -jar rtron.jar opendrive-to-citygml ./input-opendrive ./output-citygml

R:trån recursively iterates over your OpenDRIVE input datasets and creates the same directory structure for the output folder.

👷 Building

Clone the repo and let gradle build it:

./gradlew shadowJar # build the uber-jar
cd rtron-cli/build/libs
java -jar rtron-*.jar

You're good to go 💪

🛠️ Contributing

r:trån was developed so that everyone can benefit from spatio-semantic road space models. Therefore, bug fixes, issue reports and contributions are greatly appreciated.

🎓 Research

The software r:trån can be cited using the DOI.

If you use this software, please cite one of the supplemental research articles:

These papers may also be of interest:

📝 License

r:trån is distributed under the Apache License 2.0. See LICENSE for more information.

🤝 Thanks

About

r:trån is a road space model transformer library for OpenDRIVE, CityGML and beyond

Topics

Resources

License

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages