-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Q]I'd like to get some advice on implementing the "osmwebwizard.py" feature. #15859
Comments
From your question, I can neither determine what you are trying to achieve nor what problem you are facing. |
@namdre |
Your netconvert configuration sets option sidewalks.guess which adds sidwalks to all edges with a speed up to 50 km/h and obviously gives the wrong result for motorway links. |
@namdre |
The documentation was down due to a server upgrade. This shouldn't be a problem again anytime soon. |
@namdre |
osmWebWizard.py sets various netconvert options depending on the wizard interface options (i.e. "public transport", "Car-only Network") and traffic modes ("Pedestrians", "Bicycles"). You can find all the used options in osm.netccfg and also in the comment header of the generated .net.xml file. |
@namdre |
@namdre |
you can find the code that pulls data from the OSM servers in sumo/tools/osmGet.py |
Currently, I'm only trying to implement up to osmwebwizard.py 's file generation function on Ubuntu. The current problem I'm experiencing is that maps are being implemented so strangely when creating networks. Which part should I check? I desperately need some advice.
Repository
ubuntu24.04 live-server
next.js(15version)
The text was updated successfully, but these errors were encountered: