pyoscx / scenariogeneration

Python library to generate linked OpenDRIVE and OpenSCENARIO files
Mozilla Public License 2.0
256 stars 81 forks source link

add geo reference and CDATA #234

Closed atingber closed 1 month ago

atingber commented 1 month ago

Add geo_reference in xodr and make implementation of CDATA that is necessary for geo_reference.

Combining pull requests : feat:(helper.py) Add the first line XML declaration and output CDATA #231 and feat: add geo_reference for xodr #230

Added test: test_header_geo_reference in test_opendrive.py that tests that CDATA is written and parsed correctly.