Cite PedPy#
If you use PedPy in your work, please cite it with the following information from Zenodo.
@software{schrodter_2024_13850961,
author = {Schrödter, Tobias and
The PedPy Development Team},
title = {PedPy - Pedestrian Trajectory Analyzer},
month = sep,
year = 2024,
publisher = {Zenodo},
version = {v1.2.0},
doi = {10.5281/zenodo.13850961},
url = {https://doi.org/10.5281/zenodo.13850961}
}
Information to all versions of PedPy can be found on Zenodo.
To find your installed version of PedPy, you can run:
import pedpy
print(pedpy.__version__)