-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
OSM importer speedup #506
OSM importer speedup #506
Conversation
…ro/osm_importer_speedup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good to me though I'm not familiar is the OSM networks. The gist of the changes it does seem like it would be faster, a lot of python loops have been moved into pandas magic or similar
Co-authored-by: Jake Moss <[email protected]>
… pedro/osm_importer_speedup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Getting back bicycle lanes and bus lanes import from OSM
Getting back bicycle lanes and bus lanes import from OSM
These speed-ups are going to be incredibly useful in building models automatically for Polaris and when creating models for large areas.