Metadata-Version: 2.1
Name: tti-dataset-tools
Version: 0.1.10
Summary: A set of tools for trajectory dataset transformation, clean-up, and augmentation
Home-page: https://github.com/adhocmaster/TTI-dataset-tools
License: Mozilla Public License Version 2.0
Keywords: Trajectory Dataset,Trajectory Analysis,Trajectory Transformation,Trajectory Augmentation
Author: Golam Md Muktadir
Author-email: muktadir@ucsc.edu
Requires-Python: >=3.6,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: numpy (>=1.19.5,<2.0.0)
Requires-Dist: pandas (>=1.1.5,<2.0.0)
Requires-Dist: seaborn (>=0.11.2,<0.12.0)
Requires-Dist: shapely (>=1.8.1,<2.0.0)
Requires-Dist: tqdm (>=4.64.1,<5.0.0)
Project-URL: Repository, https://github.com/adhocmaster/TTI-dataset-tools
Description-Content-Type: text/markdown

# A set of tools for trajectory dataset transformation, clean-up, and augmentation

# Publishing
```
poetry build
poetry publish

poetry install --only-root
```
