Metadata-Version: 2.1
Name: raftel
Version: 0.4.0
Summary: the easiest way to plot s2id
Home-page: https://github.com/mitbal/raftel
License: MIT
Keywords: s2id,map,geography,visualization
Author: M Iqbal Tawakal
Author-email: mit.iqi@gmail.com
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: monochromap (>=0.3.0)
Requires-Dist: s2sphere (>=0.2.5)
Requires-Dist: seaborn (>=0.11.1)
Requires-Dist: staticmap (>=0.5.5)
Project-URL: Repository, https://github.com/mitbal/raftel
Description-Content-Type: text/markdown

# Raftel

Raftel is a library to easily plot s2id cell into map and other basic operation related to s2id mapping.
Basicaly a thinly veiled wrapper of the excellent [s2sphere](https://github.com/sidewalklabs/s2sphere), the native python implementation of the outstanding [s2-geometry](https://github.com/google/s2geometry) package from Google, and simple mapping function using staticmap library.

## Installation
Install directly from pyPI by running `pip install raftel`

## Example
Follow the example in the notebook for basic usage.

