Metadata-Version: 2.1
Name: ptolemy-iamc
Version: 0.4
Summary: A library for rasterizing shapefiles onto grids
Author-email: Matthew Gidden <matthew.gidden@gmail.com>, Jonas Hoersch <jonas.hoersch@climateanalytics.org>
License: MIT
Project-URL: homepage, https://github.com/gidden/ptolemy
Project-URL: documentation, https://ptolemy.readthedocs.io/en/latest/
Project-URL: repository, https://github.com/gidden/ptolemy.git
Project-URL: changelog, https://github.com/gidden/ptolemy/blob/main/CHANGELOG.rst
Keywords: pandas
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: <4,>=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pandas>=1.2
Requires-Dist: deprecated
Requires-Dist: pyogrio
Requires-Dist: xarray[io]
Requires-Dist: affine
Requires-Dist: rasterio
Requires-Dist: scipy
Requires-Dist: shapely
Requires-Dist: netCDF4
Requires-Dist: geopandas
Requires-Dist: rioxarray
Requires-Dist: dask
Requires-Dist: flox
Requires-Dist: cf_xarray
Provides-Extra: docs
Requires-Dist: sphinx>=2.2; extra == "docs"
Requires-Dist: sphinx-argparse; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: ipython; extra == "docs"
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: hypothesis; extra == "test"
Requires-Dist: pooch; extra == "test"
Provides-Extra: lint
Requires-Dist: black; extra == "lint"
Requires-Dist: ruff; extra == "lint"

ptolemy: efficient rasterizing of shapefiles
============================================

.. image:: https://github.com/gidden/ptolemy/workflows/ci/badge.svg?branch=main
    :target: https://github.com/gidden/ptolemy/actions?workflow=ci
    :alt: CI

.. image:: https://codecov.io/gh/gidden/ptolemy/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/gidden/ptolemy
    :alt: Codecov

.. image:: https://img.shields.io/readthedocs/ptolemy-iamc/latest?label=Read%20the%20Docs
    :target: https://ptolemy-iamc.readthedocs.io/en/latest/
    :alt: Read the Docs

.. image:: https://img.shields.io/pypi/v/ptolemy-iamc
    :target: https://pypi.org/project/ptolemy-iamc/
    :alt: PyPI


Summary
-------

Ptolemy provides support capabilities for rasterizing shapefiles on to grids. 

Check out the `documentation`_

Issues and Discussions
----------------------

As usual for any GitHub-based project, raise an `issue`_ if you find any bug or
want to suggest an improvement, or open a discussion if you want to discuss.


.. _PyPI: https://pypi.org
.. _latest branch: https://github.com/gidden/ptolemy/tree/latest
.. _master branch: https://github.com/gidden/ptolemy/tree/master
.. _tox: https://tox.readthedocs.io/en/latest/
.. _ReadTheDocs: https://readthedocs.org/
.. _issue: htts://github.com/gidden/ptolemy/issues/new
.. _documentation: https://ptolemy-iamc.readthedocs.io/en/latest/
