Metadata-Version: 2.2
Name: heatchmap
Version: 0.1.1
Summary: A package for estimation and visualization of hitchhiking quality.
Home-page: https://github.com/Hitchwiki/heatchmap
Author: Hitchwiki
Author-email: info@hitchwiki.org
License: MIT
Project-URL: Source Code, https://github.com/Hitchwiki/heatchmap
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: geopandas==1.0.1
Requires-Dist: matplotlib==3.10.0
Requires-Dist: numpy==2.2.1
Requires-Dist: osmnx==1.7.0
Requires-Dist: pandas==2.2.3
Requires-Dist: scikit-learn==1.6.0
Requires-Dist: scipy==1.15.0
Requires-Dist: shapely==2.0.6
Requires-Dist: tqdm==4.67.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Machine Learning Models for Hitchhiking Waiting Time Prediction

[![PyPI version](https://badge.fury.io/py/heatchmap.svg)](https://badge.fury.io/py/heatchmap)


## Installation

You can install the `heatchmap` package from PyPI:

```bash
pip install heatchmap
```

## Usage

Here are some usage examples for the `heatchmap` package:

```python
import heatchmap

# Example usage
# Add your usage examples here
```
