Metadata-Version: 2.1
Name: climate-toolbox
Version: 0.1.5
Summary: Tools for climate data wrangling
Home-page: https://github.com/ClimateImpactLab/climate_toolbox
Author: Justin Simcock
Author-email: jsimcock@rhg.com
License: MIT license
Keywords: climate_toolbox
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)

==================
climate_toolbox
==================


.. image:: https://img.shields.io/pypi/v/climate_toolbox.svg
        :target: https://pypi.python.org/pypi/climate_toolbox

.. image:: https://img.shields.io/travis/ClimateImpactLab/climate_toolbox/master.svg?logo=travis
        :target: https://travis-ci.org/ClimateImpactLab/climate_toolbox

.. image:: https://readthedocs.org/projects/climate-toolbox/badge/?version=latest
        :target: https://climate-toolbox.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/ClimateImpactLab/climate_toolbox/shield.svg
     :target: https://pyup.io/repos/github/ClimateImpactLab/climate_toolbox/
     :alt: Updates


Tools for climate data wrangling


* Free software: MIT license
* Documentation: https://climate-toolbox.readthedocs.io.



Features
--------

* TODO

Credits
---------
``climate_toolbox`` was created by the `Climate Impact Lab <http://impactlab.org>`_



History
=======

0.1.4 (current version)
-----------------------

* Support vectorized indexing for xarray >= 0.10 in ``climate_toolbox.climate_toolbox._reindex_spatial_data_to_regions`` (`GH issue #10 <https://github.com/ClimateImpactLab/climate_toolbox/issues/10>`_)
* Support iteratively increasing bounding box in ``~climate_toolbox.climate_toolbox._fill_holes_xr`` (`GH issue #11 <https://github.com/ClimateImpactLab/climate_toolbox/issues/11>`_).
* Support multiple interpolation methods (linear and cubic) in ``~climate_toolbox.climate_toolbox._fill_holes_xr`` (`GH issue #12 <https://github.com/ClimateImpactLab/climate_toolbox/issues/12>`_).
* Fix bug causing tests to pass no matter what

0.1.3 (2017-08-04)
------------------

* Support passing a dataset (not just a filepath) into ``load_baseline`` and ``load_bcsd`` (`GH issue #4 <https://github.com/ClimateImpactLab/climate_toolbox/issues/4>`_)

0.1.2 (2017-07-25)
------------------

* merge in bug fixes

0.1.1 (2017-07-25)
-----------------------

* Various bug fixes (see `GH issue #2 <https://github.com/ClimateImpactLab/climate_toolbox/issues/2>`_)


0.1.0 (2017-07-24)
------------------

* First release on PyPI.


