# opendriveparserPython **Repository Path**: kissisgb/opendriveparser-python ## Basic Information - **Project Name**: opendriveparserPython - **Description**: opendrive parser python - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-03-26 - **Last Updated**: 2025-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # opendriveparser OpenDRIVE Map parser,code from https://pypi.org/project/opendrive2lanelet/. 1. create virtual env ``` virtualenv venv source venv/bin/activate ``` 2. install required packages ``` pip3 install -i https://pypi.douban.com/simple/ -r requirements.txt ``` 3. run gui ``` python3 opendrive2lanelet/io/gui.py ``` Download example files from: http://opendrive.org/download.html. ![](https://raw.githubusercontent.com/liuyf5231/image/master/img20190527171709.png) ![](https://raw.githubusercontent.com/liuyf5231/image/master/img20190527171750.png)