Metadata-Version: 2.2
Name: geolet-reloaded
Version: 0.0.2.post1
Summary: Package description
Home-page: https://github.com/cri98li/Geolet-reloaded
Author: Cristiano Landi
Author-email: cristiano.landi@phd.unipi.it
License: BSD-Clause-2
Keywords: keyword1 keyword2 keyword3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Other
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mock
Requires-Dist: setuptools
Requires-Dist: numpy~=1.26.4
Requires-Dist: geolib
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: tqdm
Requires-Dist: torch
Requires-Dist: tsaug
Requires-Dist: tslearn
Requires-Dist: h5py
Requires-Dist: cageo
Requires-Dist: TrajectoryIntervalForest
Requires-Dist: scikit-learn-extra
Requires-Dist: similaritymeasures
Provides-Extra: flag
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# Geolet Reloaded - Interpretable GPS Trajectory Analysis

TODO

## Setup

### Using PyPI

```bash
  pip install geoletrld #TODO
```

### Manual Setup

```bash
git clone https://github.com/cri98li/Geolet-reloaded
cd Geolet-reloaded
pip install -e .
```

Dependencies are listed in `requirements.txt`.


## Running the code

```python
#TODO
```

Jupyter notebooks with examples on real datasets can be found in the `examples/` directory.


## Docs and reference


You can find the software documentation in the `/docs/` folder and 
a powerpoint presentation on Geolet can be found [here](http://example.org).
You can cite this work with
```
@article{LANDI20230203,
    TOOD
}
```


## Extending the algorithm

//TODO
 
