Metadata-Version: 2.4
Name: mobility-datasets
Version: 0.1.0
Summary: Python library for downloading, loading, and working with autonomous driving and mobility datasets
License: MIT
License-File: LICENSE
Keywords: autonomous-driving,sensor-fusion,kitti,dataset-loader,mobility,trajectory-estimation
Author: Martin Habedank, martin.habedank@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: click (>=8.1.0,<9.0.0)
Requires-Dist: numpy (>=1.24.0,<2.0.0)
Requires-Dist: pandas (>=2.0.0,<3.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: scipy (>=1.10.0,<2.0.0)
Requires-Dist: tqdm (>=4.66.0,<5.0.0)
Requires-Dist: typing-extensions (>=4.7.0,<5.0.0) ; python_version < "3.10"
Project-URL: Documentation, https://mobility-datasets.readthedocs.io
Project-URL: Homepage, https://github.com/mhabedank/mobility-datasets
Project-URL: Repository, https://github.com/mhabedank/mobility-datasets
Description-Content-Type: text/markdown

# mobility-datasets

[![codecov](https://codecov.io/gh/mhabedank/mobility-datasets/branch/main/graph/badge.svg)](https://codecov.io/gh/mhabedank/mobility-datasets)

Python library for downloading, loading, and working with autonomous driving and mobility datasets (KITTI, nuScenes, Waymo, etc.)

