-
Notifications
You must be signed in to change notification settings - Fork 13
Fix bug in computing grid size #62
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
Conversation
@mahmud1, could you please check if it solves the problem that you reported? I tested it locally and seems to work fine. |
@Andreas-Piter, Thank you. I ran the fix on a small dataset with grid_size=20, but it still didn't resolve the issue I had. The memory usage remains very high and the process is killed at some point in step 1.
|
The computational problem that you are reporting seems not to be an error in the software. However, the number of arcs that need to be checked is huge: >1mio.
This arises due to
combined with
You could try again with a smaller number of |
Often the computation did not stop when selecting a grid size smaller than 100m in step 1. This seems to have numerical reasons.