-
Notifications
You must be signed in to change notification settings - Fork 11
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
Compute neighbor distance #392
Compute neighbor distance #392
Conversation
2082fe9
to
5dfdd1a
Compare
5dfdd1a
to
de0963a
Compare
3c8bbaa
to
43c290b
Compare
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. Need to check functionality.
43c290b
to
d10a500
Compare
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.
Some comments on the user guide
notebooks/user_guide.ipynb
Outdated
@@ -3176,14 +3176,21 @@ | |||
"We define two pedestrians as neighbors if their Voronoi polygons ($V_i$, $V_j$) touch at some point, in case of *PedPy* they are touching if their distance is below 1mm.\n", | |||
"As basis for the computation one can either use the uncut or cut Voronoi polygons.\n", | |||
"When using the uncut Voronoi polygons, pedestrian may be detected as neighbors even when their distance is quite large in low density situation.\n", | |||
"Therefor, it is recommended to use the cut Voronoi polygons, where the cut-off radius can be used to define a maximal distance between neighboring pedestrians.\n", | |||
"Therefor, it is recommended to use the cut Voronoi polygons, where the cut-off radius can be used to define a maximal distance between neighboring pedestrians." |
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.
"Therefore" is missing an E
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.
Added the missing E
Also add the (preferable) option to give the neighbors not as a list, but as rows. This way they can later better be used in other computations.
d10a500
to
ef3e5c3
Compare
ef3e5c3
to
e1fd39d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closes #246