Metadata-Version: 2.1
Name: gridkit
Version: 0.7.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: shapely
Requires-Dist: rasterio
Requires-Dist: pyproj
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinx_rtd_theme ; extra == 'doc'
Requires-Dist: sphinx-gallery ; extra == 'doc'
Requires-Dist: sphinxcontrib-plantuml ; extra == 'doc'
Requires-Dist: dask_geopandas ; extra == 'doc'
Requires-Dist: matplotlib ; extra == 'doc'
Requires-Dist: sphinx ; extra == 'test'
Requires-Dist: sphinx_rtd_theme ; extra == 'test'
Requires-Dist: sphinx-gallery ; extra == 'test'
Requires-Dist: sphinxcontrib-plantuml ; extra == 'test'
Requires-Dist: dask_geopandas ; extra == 'test'
Requires-Dist: matplotlib ; extra == 'test'
Requires-Dist: black ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-pylint ; extra == 'test'
Requires-Dist: pytest-black ; extra == 'test'
Requires-Dist: pylint ; extra == 'test'
Requires-Dist: pre-commit ; extra == 'test'
Requires-Dist: maturin ; extra == 'test'
Provides-Extra: doc
Provides-Extra: test
License-File: LICENSE.txt
Summary: Powerful abstractions of infinite grids for grid-vector interactions, tesselation, resampling and interactions between related grids.
Author-email: Timo Millenaar <tmillenaar@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

GridKit
=======

GridKit is a tool to work with grids on a high abstraction level.

[![download stats: PePy](https://static.pepy.tech/personalized-badge/gridkit?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Downloads)](https://pepy.tech/project/gridkit)
[![codecov](https://codecov.io/gh/tmillenaar/GridKit/branch/main/graph/badge.svg?token=23BKSMAHM1)](https://codecov.io/gh/tmillenaar/GridKit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![PyPI](https://badge.fury.io/py/gridkit.svg)](https://pypi.org/project/gridkit/)

Note: the api is likely to change between versions until release 1.x.x

Documentation
=============
Find the docs on [GitHub Pages](https://tmillenaar.github.io/GridKit).

Examples
========
Find examples in the [Example Gallery](https://tmillenaar.github.io/GridKit/example_gallery/index.html) section of the documentation.

Source
======
Find me on [GitHub](https://github.com/tmillenaar/GridKit)

Installation
============
To install through PyPi, run `pip install gridkit`.

Alternatively, install from source ([GitHub](https://github.com/tmillenaar/gridkit)). Please refer to the [Contributing guide](https://tmillenaar.github.io/GridKit/contributing.html)

