-
Notifications
You must be signed in to change notification settings - Fork 42
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
print out the total processing time at the end of the process #13
Comments
Is anything printed after ‘Outputting Network Files’? My code keeps running indefinitely even when dealing with a small map file. |
@qyanswerai can you provide the OS version, osm2gmns version, and the commands you are using? |
thank you, I use windows and the osm2gmns version is 0.7.6 `import osm2gmns as og class NetworkOSM: if name == 'main': Additional note: |
Currently, only the information below is given, but we need to know the total processing time for large networks. --
Building Network from OSM file
reading osm file
parsing osm network
generating nodes and links
number of nodes: 52820, number of links: 75395, number of pois: 0
Consolidating Complex Intersections
1324 intersections have been consolidated
Outputting Network Files
The text was updated successfully, but these errors were encountered: