Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
785c7ec
added preprocessing and trajectory_projector
awestphal1 Nov 13, 2025
61be7f9
started editing user guide, added test file
awestphal1 Nov 26, 2025
12111b4
Fixed Float_Precision Problem and added tests
awestphal1 Nov 27, 2025
c5d0f8c
Current update
awestphal1 Dec 2, 2025
9ac8ec5
new distance function
awestphal1 Dec 4, 2025
1d47c0b
errors for false parameters, better structure, method for catching in…
Dec 4, 2025
15d9c87
Added Errors for Exceptions
Dec 4, 2025
62caaa6
Finish documentation
Dec 7, 2025
16c537b
Merge branch 'preproccesing' into main
Dec 7, 2025
a3d82d6
changed list structure for geo_data into dataframes
awestphal1 Feb 11, 2026
9414d93
Fixed Docstring Notation
awestphal1 Feb 12, 2026
8030b73
Updated min_ - / max_distance to user_guide
awestphal1 Feb 12, 2026
2e33e50
restored docs/source/ notebooks from main
awestphal1 Feb 12, 2026
bde30d7
Merge branch 'preproccesing'
awestphal1 Feb 12, 2026
46ac491
Merge branch 'PedestrianDynamics:main' into main
awestphal1 Feb 12, 2026
219a5d3
Fixed destroyed symlinks
awestphal1 Feb 24, 2026
3bd2c3b
Symlinks describtion for Windows User in developeterguide
awestphal1 Mar 3, 2026
f19b5be
Fixed import statements
awestphal1 Mar 3, 2026
2ac34d1
added a visualization for the min-/max-distance parameters
awestphal1 Mar 3, 2026
9aabe50
added a visualization for the min-/max-distance parameters
awestphal1 Mar 3, 2026
afa0168
Merge branch 'PedestrianDynamics:main' into main
awestphal1 Mar 3, 2026
07a1534
deleted worse .svg image
awestphal1 Mar 3, 2026
cb39276
Merge branch 'documentation_preprocessing'
awestphal1 Mar 3, 2026
78a8adf
Merge branch 'main' into main
awestphal1 Mar 17, 2026
4d9ef1d
Improved the plot for showing preprocessing parameters and corrected …
awestphal1 Mar 17, 2026
29ca64a
Merge branch 'main' of https://github.com/awestphal1/PedPy
awestphal1 Mar 17, 2026
d26ce82
adapted init so tests hopefully run through
awestphal1 Mar 17, 2026
b38b4d9
Merge branch 'PedestrianDynamics:main' into main
awestphal1 Apr 2, 2026
4e94f79
added file trajectory_oulier_detetction + code
awestphal1 Apr 5, 2026
e2222b2
implemented tests for outlier detection
awestphal1 Apr 7, 2026
9b5eb0c
fixed personID counter for drops_only
awestphal1 Apr 7, 2026
e507e2f
added outlier_detection documenatation to preprocessing notebook
awestphal1 Apr 11, 2026
abf8462
finished outlier_detection and correcting_invalid_traj in preprocessi…
awestphal1 Apr 13, 2026
7ed1a73
Merge branch 'PedestrianDynamics:main' into main
awestphal1 Apr 17, 2026
805cda4
finished documentation
awestphal1 Apr 17, 2026
5f9f0f3
Merge branch 'detect_outliers'
awestphal1 Apr 17, 2026
90297cc
pre-commit issue solved
awestphal1 Apr 17, 2026
90a465d
improved documentation
awestphal1 Apr 20, 2026
f64e8f2
Edited the preprocessing notebook
awestphal1 May 5, 2026
422ef32
Merge branch 'PedestrianDynamics:main' into main
awestphal1 May 22, 2026
42e251f
vectorized calculations trajectrory_projector
awestphal1 May 25, 2026
3b83d12
improved documentation
awestphal1 May 26, 2026
eea00a6
Merge branch 'main' into use_numpy_functions
awestphal1 May 26, 2026
b8375b1
more test cases + added normalization to WalkableArea
awestphal1 May 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,121 changes: 2,121 additions & 0 deletions docs/source/images/invalid_trajectory_person_7_corrected.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,163 changes: 1,163 additions & 0 deletions docs/source/images/invalid_trajectory_person_7_original.svg
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a general hint:
I assume that the plots are created using matplotlib and some of the provided demo-data. In that case it would be great if you could add the creating of the plots to the readthedocs notebook. Then we could re-create the images easily when some behavior changes. If it is now too much work, that can be later also.
Note: the axis are not scaled equally, hence the geometry is distorted

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,524 changes: 1,762 additions & 1,762 deletions docs/source/images/voronoi_cutoff_differences.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,532 changes: 766 additions & 766 deletions docs/source/images/voronoi_w_cutoff.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,104 changes: 552 additions & 552 deletions docs/source/images/voronoi_wo_cutoff.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/source/preprocessing.ipynb
1,646 changes: 1,629 additions & 17 deletions docs/source/readthedocs.ipynb

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions docs/source/user_guide/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
===========
User Guide
===========

.. list-table::
:widths: 20 80

* - :doc:`user_guide.ipynb`
- Notebook providing an overview of the functions offered by PedPy
* - :doc:`getting_started.ipynb`
- The notebooks guides through the first steps to set up an analysis of a pedestrian experiment
* - :doc:`preprocessing.ipynb`
- Notebook covers validation, cleaning, and filtering of the data.
* - :doc:`fundamental_diagram.ipynb`
- For result-focused workflows, this notebook explains area-based fundamental diagrams
* - :doc:`fundamental_diagram_at_measurement_line.ipynb`
- This notebook also explains fundamental diagrams , but also focuses on line-based evaluations
Loading
Loading