Metadata-Version: 2.4
Name: OTAnalytics
Version: 0.6.1
Summary: OTAnalytics is a core module of the OpenTrafficCam framework to perform traffic analysis on trajectories of road users.
Project-URL: Homepage, https://opentrafficcam.org/
Project-URL: Documentation, https://opentrafficcam.org/overview/
Project-URL: Repository, https://github.com/OpenTrafficCam/OTAnalytics
Project-URL: Issues, https://github.com/OpenTrafficCam/OTAnalytics/issues
Project-URL: Changelog, https://github.com/OpenTrafficCam/OTAnalytics/releases
Author-email: OpenTrafficCam contributors <team@opentrafficcam.org>, platomo GmbH <info@platomo.de>
License-Expression: GPL-3.0-only
License-File: LICENSE
Keywords: OpenTrafficCam,Traffic Analysis,Traffic Counting,Trajectories
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: av==13.0.0
Requires-Dist: customtkinter==5.2.2
Requires-Dist: fastapi==0.115.5
Requires-Dist: ijson==3.3.0
Requires-Dist: matplotlib==3.10.0
Requires-Dist: more-itertools==10.5.0
Requires-Dist: nicegui==2.11.0
Requires-Dist: numpy==2.2.3
Requires-Dist: openpyxl==3.1.5
Requires-Dist: pandas==2.2.3
Requires-Dist: pillow==11.1.0
Requires-Dist: requests==2.32.3
Requires-Dist: seaborn==0.13.2
Requires-Dist: shapely==2.0.7
Requires-Dist: starlette==0.41.2
Requires-Dist: tqdm==4.67.1
Requires-Dist: ujson==5.10.0
Requires-Dist: uvicorn==0.32.1
Description-Content-Type: text/markdown

# OTAnalytics

OTAnalytics is a core module of the [OpenTrafficCam framework](https://github.com/OpenTrafficCam) to perform traffic analysis on trajectories of road users tracked by [OTVision](https://github.com/OpenTrafficCam/OTVision) or other tools in videos recorded by [OTCamera](https://github.com/OpenTrafficCam/OTCamera) or other camera systems.

Check out the [documentation](https://opentrafficcam.org/OTAnalytics) for detailed instructions on how to install and use OTAnalytics.

We appreciate your support in the form of both code and comments. First, please have a look at the [contribute](https://opentrafficcam.org/contribute) section of the OpenTrafficCam documentation.

## License

This software is licensed under the [GPL-3.0 License](LICENSE)
