-
Notifications
You must be signed in to change notification settings - Fork 2
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
Iteratively increase max_distance
in radar_dataset
#63
Labels
question
Further information is requested
Comments
This is not clear to me yet. Maybe after #66 we can discuss it further. |
We discussed the way graphs were calculated. From this line
max_distance for those points so the number of neighbors might be reached
|
If it easier we can also discuss this later in person |
Might also relate to #88 |
There is no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For reading the data it would be good to not omit points of interest when the
min_neighbours
is not reached. @lyashevska and me discussed that a reasonable procedure would be to increasemax_distance
iteratively untilmin_neighbours
is reached. The ultimatemax_distance
should probably be 10 km as we have already omitted data beyond this.The text was updated successfully, but these errors were encountered: