Metadata-Version: 2.1
Name: immpy
Version: 1.2.2
Summary: A package for the management of patterns in indoor mobility data
Author: Ip2211po
Author-email: ip2211po@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: Functions implemented: Stop_Detection, Nearest_Poi_Detection, Visit_Detection
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: prettytable
Requires-Dist: scipy
Requires-Dist: matplotlib

ImmPy is a small Python library that provides operations for detecting and processing stops in indoor trajectories.
The library includes the following functionalities:
(i) Studying and implementing an existing algorithm (SPD) for determining stops.
(ii) Defining and implementing a method to associate stops with POIs (Point of Interest).
(iii) Defining methods to export obtained data related to stop sequences.
(iv) Methods for aggregating stops into higher-level information called visits.
