Metadata-Version: 2.1
Name: impactlab-tools
Version: 0.5.0
Summary: Python tools for Climate Impact Lab developers
Project-URL: Homepage, https://github.com/ClimateImpactLab/impactlab-tools
Project-URL: Bug Tracker, https://github.com/ClimateImpactLab/impactlab-tools/issues
Author-email: Climate Impact Lab <mdelgado@rhg.com>
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: geopandas
Requires-Dist: h5netcdf
Requires-Dist: matplotlib
Requires-Dist: numpy>=1.7
Requires-Dist: pandas>=0.15
Requires-Dist: pyyaml
Requires-Dist: scipy
Requires-Dist: xarray>=0.8
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest-cov>=2.0; extra == 'test'
Requires-Dist: pytest>=3.0; extra == 'test'
Requires-Dist: ruff; extra == 'test'
Description-Content-Type: text/x-rst

=========================================
Climate Impact Lab development toolkit
=========================================

.. image:: https://img.shields.io/pypi/v/impactlab-tools.svg
        :target: https://pypi.python.org/pypi/impactlab-tools

.. image:: https://github.com/ClimateImpactLab/impactlab-tools/actions/workflows/pythonpackage.yaml/badge.svg
        :target: https://github.com/ClimateImpactLab/impactlab-tools/actions/workflows/pythonpackage.yaml

.. image:: https://codecov.io/gh/ClimateImpactLab/impactlab-tools/branch/master/graph/badge.svg?token=DUDCDOPYYC
        :target: https://codecov.io/gh/ClimateImpactLab/impactlab-tools

.. image:: https://www.readthedocs.io/projects/impactlab-tools/badge/?version=latest
        :target: https://impactlab-tools.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


Python tools for Climate Impact Lab developers


* Documentation: http://impactlab-tools.readthedocs.io.


Features
--------

* Out-of-the-box aggregation & weighting using Impactlab regions & datasets
* Computes distributions across ACP and GCP models
* Provides tools for using Climate Impact Lab server configuration files
* Integrates seamlessly into pandas and xarray workflows


Usage
-----

For detailed usage instructions, see the `readthedocs documentation <https://impactlab-tools.readthedocs.io>`_

Installation
------------

``pip install impactlab-tools``


Requirements
------------

This package requires Python 3.
Installing with pip will ensure all dependencies are installed correctly.


Latest Release Notes
--------------------

See `whatsnew <https://github.com/ClimateImpactLab/impactlab-tools/blob/master/whatsnew.rst>`_


Todo
----

See `issues <https://github.com/ClimateImpactLab/impactlab-tools/issues>`_ to see and add to our todos.


Credits
---------

This package was created by `Justin Simcock <https://github.com/jgerardsimcock>`_ and `Michael Delgado <https://github.com/delgadom>`_ of the `Climate Impact Lab <http://impactlab.org>`_. Check us out on `github <https://github.com/ClimateImpactLab>`_.
