Metadata-Version: 2.1
Name: gps-activity
Version: 0.3.5
Summary: A light-weight mobile module for analysis of GPS activity
License: LICENSE.txt
Author: Adil Rashitov
Author-email: adil@wastelab.com
Requires-Python: >=3.8,<3.12
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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
Requires-Dist: Rtree (>=1.0.0,<2.0.0)
Requires-Dist: geopandas (>=0.11.1,<0.12.0)
Requires-Dist: numpy (>=1.23.1,<2.0.0)
Requires-Dist: pandas (>=1.4.3,<2.0.0)
Requires-Dist: pandera (>=0.11.0,<0.12.0)
Requires-Dist: pygeos (>=0.12.0,<0.13.0)
Requires-Dist: scikit-learn (>=1.1.1,<2.0.0)
Requires-Dist: scipy (>=1.9.0,<2.0.0)
Description-Content-Type: text/markdown

# **Vehicle activity analysis** 🚛

A light-weight module for analysis of GPS activity

## **Waste Labs use cases** ♻️

* 📈 **KPI monitoring**: clusters helps us to determine how much time vehicle spent on-site, how much it travelled
* 📍 **Pick up locations verification**: helps to estimate if provided customer locations is groud truth

---

## **Navigation**

* [GPS activity library modules](docs/gps_activity/README.md) 🚚 🚛 📍
* [GPS activity extraction architectire](docs/gps_activity/extraction/README.md) ⚙️
* [GPS activity extraction available models](docs/gps_activity/extraction/available_models/VHFDBSCAN/README.md) 🚀
* [Performance dataset collection](docs/performance_dataset_collection/README.md) 🎯

