tum-gis / rtron

r:trån is a road space model transformer library for OpenDRIVE, CityGML and beyond
https://rtron.io
Apache License 2.0
47 stars 12 forks source link

Geometry mapping of OpenDRIVE road objects in multiple levels of detail #27

Closed benediktschwab closed 1 year ago

benediktschwab commented 1 year ago

OpenDRIVE road objects allows defining a bounding box as an angular object (width, length, and height attributes) or a circular object (radius and height attributes). These can be 3D but also 2D, depending on the attribute values. More detailed geometries can be defined with the repeating objects and outlines concepts.

Thus, it would be beneficial if the transformation to CityGML supported multiple geometry LoDs. This could, for example, help to identify inconsistencies between the bounding box and more detailed geometry, as mentioned here.

benediktschwab commented 1 year ago

Multi geometry mapping was implemented in 3257b8b.