All Projects → JHMeusener → osm2xodr

JHMeusener / osm2xodr

Licence: GPL-3.0 license
converter for OpenStreetMaps to OpenDrive roads - for use with Carla or other things

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to osm2xodr

ad-xolib
C++ library for Parsing OpenScenario (1.1.1) & OpenDrive files (1.7) ASAM Specifications
Stars: ✭ 56 (-37.78%)
Mutual labels:  osm, opendrive, xodr
libOpenDRIVE
Small, lightweight C++ library for handling OpenDRIVE files
Stars: ✭ 104 (+15.56%)
Mutual labels:  opendrive, xodr
Carla
Open-source simulator for autonomous driving research.
Stars: ✭ 7,012 (+7691.11%)
Mutual labels:  carla, carla-simulator
carla-colab
How to run CARLA simulator on colab
Stars: ✭ 81 (-10%)
Mutual labels:  carla, carla-simulator
svg2vector
Online batch converter of SVG images to Android vector drawable XML resource files
Stars: ✭ 39 (-56.67%)
Mutual labels:  converter
QuteMap
Maps using Qt WebEngine and Qt WebChannel using PyQt5/PySide2
Stars: ✭ 27 (-70%)
Mutual labels:  osm
telegram-nearby-map
Discover the location of nearby Telegram users 📡🌍
Stars: ✭ 329 (+265.56%)
Mutual labels:  osm
pt2matsim
Package to create a multi-modal MATSim network and schedule from public transit data (GTFS or HAFAS) and an OSM map of the area.
Stars: ✭ 29 (-67.78%)
Mutual labels:  osm
psd-to-sketch-converter
Convert PSD to Sketch for free
Stars: ✭ 42 (-53.33%)
Mutual labels:  converter
a11yjson
A11yJSON: A standard to describe the accessibility of the physical world.
Stars: ✭ 58 (-35.56%)
Mutual labels:  osm
Numbase
Arbitrary number base converter.
Stars: ✭ 22 (-75.56%)
Mutual labels:  converter
css-to-typestyle
Convert raw CSS to TypeStyle
Stars: ✭ 12 (-86.67%)
Mutual labels:  converter
dcc-web
Convert docker run/create commands to docker-compose.yml files.
Stars: ✭ 27 (-70%)
Mutual labels:  converter
nodejs-eol-converter-cli
Newline (EOL) coverter CLI for NodeJs. CRLF -> LF or backwards conversion.
Stars: ✭ 33 (-63.33%)
Mutual labels:  converter
safe-marked
Markdown to HTML using marked and DOMPurify. Safe by default.
Stars: ✭ 31 (-65.56%)
Mutual labels:  converter
crimson
Bioinformatics tool outputs converter to JSON or YAML
Stars: ✭ 30 (-66.67%)
Mutual labels:  converter
webp-wasm
Webp image convertor (webassembly, works offline in browser)
Stars: ✭ 18 (-80%)
Mutual labels:  converter
docscii
DocBook to AsciiDoc converter
Stars: ✭ 14 (-84.44%)
Mutual labels:  converter
dinputto8
A dll module that is designed to improve compatibility in games using DirectInput 1-7 (dinput.dll) by converting all API calls to their equivalent DirectInput 8 (dinput8.dll) ones. This allows older games to be able to use newer tools and wrappers written for DirectInput 8.
Stars: ✭ 42 (-53.33%)
Mutual labels:  converter
gradle2kts
Gradle Groovy to Gradle Kotlin conversion tool - discontinued spike
Stars: ✭ 34 (-62.22%)
Mutual labels:  converter

osm2xodr

converter for OpenStreetMaps (.osm) to OpenDrive (.xodr) format (just the drivable roads right now - you can edit the code for other osm-ways - its in the function "parseAll()").

just adjust the filenames/paths in the main.py and run it.

The requirements are osmread, numpy, PIL and pyproj

If a topographymap is used it should be in 16bit integer format and the max/min latitudes/longitudes of the map should match the points in the osm-file.

This code was created as a part of

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].