We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Opening an issue to keep a note of performance improvement ideas. Feel free to edit and add to this list:
Rough benchmarking for ~570,000 edges, split to ~600,000 splits on ~1km² grid. (OpenStreetMap Bangladesh highways, only trunk to tertiary).
snail.multi_intersections.split_linestrings
splits.geometry.apply(lambda g: list(get_cell_indices(g, r.width, r.height, list(r.transform))))
splits.cell_index.apply(lambda i: data[i[1], i[0]])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Opening an issue to keep a note of performance improvement ideas. Feel free to edit and add to this list:
Rough benchmarking for ~570,000 edges, split to ~600,000 splits on ~1km² grid. (OpenStreetMap Bangladesh highways, only trunk to tertiary).
snail.multi_intersections.split_linestrings
splits.geometry.apply(lambda g: list(get_cell_indices(g, r.width, r.height, list(r.transform))))
splits.cell_index.apply(lambda i: data[i[1], i[0]])
The text was updated successfully, but these errors were encountered: