-
Notifications
You must be signed in to change notification settings - Fork 4
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
get_vertices in convert_osm_network not defined #76
Comments
Hi Elias, I've made an attempt at updating the code, can you try the run.jl script (along with convert_osm_network.jl and graph_tools.jl in the same folder) from this zip file convert_osm_network.zip. |
Hey Sam, thanks for the fast reply. I got this error now: I have another general question..: I appreciate your help and thank you for your work and the code you provided. |
Ah, I see I changed a variable name at the last moment causing the Once you have all the data and files set up like in a data/cities/[city]/models folder then copy one of the sim_config.xml files like in the example/input folder and make sure the |
Hey Sam, fyi your script is working perfectly now.. I tried to run the simulation for hamburg, but I think my grid for the population density is not correct. How and with which programm (QGIS?) did you create such a grid? |
Hey Elias, |
Hello Sam,
Im trying to use JEMSS for the city Hamburg and downloaded a osm file and removed non-road objects via osmconvert. Next I wanted to calculate road arc travel times and write to csv via your run.jl code. I got this error:
ERROR: UndefVarError: get_vertices not defined
Stacktrace:
[1] readOsmNetworkFile(osmFilename::String; levels::Set{Int64}, boundsLLA::Nothing)
@ Main ~/.julia/packages/JEMSS/M2vZd/tools/network/convert_osm_network.jl:57
I think the function osm.getvertices in convert_osm_network.jl code is not part of the package OpenStreetMapX anymore. Do you have a solution for that issue?
Thank you in advance and best regards.
Elias
The text was updated successfully, but these errors were encountered: