Metadata-Version: 2.1
Name: gridding-py
Version: 0.0.1
Summary: Build geographical grids
Author-email: Cyril Dever <cdever@pep-s.com>
Project-URL: Homepage, https://github.com/cyrildever/gridding
Keywords: geographical,grid,carreau,carroyage
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10.2
Description-Content-Type: text/markdown

# gridding
_Build geographical grids in Python_

![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/cyrildever/gridding)
![GitHub last commit](https://img.shields.io/github/last-commit/cyrildever/gridding)
![GitHub issues](https://img.shields.io/github/issues/cyrildever/gridding)
![GitHub license](https://img.shields.io/github/license/cyrildever/gridding)
![PyPI - Version](https://img.shields.io/pypi/v/gridding)

This is a Python library implementing the "carroyage" for geographical data.

### Motivation

// TODO


### Install

```console
$ git clone https://github.com/cyrildever/gridding.git
$ cd gridding/packages/py/
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install build twine
```


### Usage

```console
pi install gridding-py
```


### Tests

```console
$ pip install -e .
$ python3 -m unittest discover
```


### License

This module is distributed under a MIT license. \
See the [LICENSE](LICENSE) file.


<hr />
&copy; 2024 Cyril Dever. All rights reserved.
