Metadata-Version: 2.3
Name: polars-geo-tools
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Summary: Collection of different geo algorithms to working with geo data on polars
Author-email: Maxim Partin <max.physmath.05@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://gitlab.com/max_prt_05/polars-geo-tools

# polars-geo-tools

## Overview 

This polars plugin provides functionality for working with geo data.
Now time plugin support for working with [s2_index](http://s2geometry.io/about/overview) and [h3_index](https://h3geo.org/docs/highlights/indexing/). In nearest future plugin will be support functionality of [geopandas](https://geopandas.org/en/stable/)

## Getting Started

### Installation

```bash
pip install polars-geo-tools
```

### Example of usage


