Metadata-Version: 2.1
Name: cube_helper
Version: 2.1.0
Summary: Cube Helper is a package to make equalisation, concatenation, and analysis of Iris cubes easier.
Home-page: https://github.com/MetOffice/cube_helper
Author: Met Office
Author-email: jon.seddon@metoffice.gov.uk
License: BSD 3-Clause License
Download-URL: https://github.com/MetOffice/cube_helper/releases
Description: ## Cube Helper
        
        ![Tests](https://github.com/MetOffice/cube_helper/workflows/Tests/badge.svg) ![PEP8](https://github.com/MetOffice/cube_helper/workflows/PEP8/badge.svg) ![Licence](https://img.shields.io/github/license/MetOffice/cube_helper) [![Documentation Status](https://readthedocs.org/projects/cube-helper/badge/?version=latest)](https://cube-helper.readthedocs.io/en/latest/?badge=latest)
        
        Cube Helper is a package to make equalisation, concatenation, and analysis of 
        [Iris](https://scitools-iris.readthedocs.io/)
        cubes easier. It is written with reasearchers in mind and provides a good degree of
        abstraction from many Iris. functions and methods.
         
        The package is written entirely in Python, and provides a number of reusable methods.
        
         
        ## Requirements
        Please ensure you have the following dependencies installed:  
        `cf_units`  
        `iris`  
        `numpy`
        
        
        ## Usage
        To get started make sure all the requirements are installed, then clone the repository
        and set your Python environment to point to your copy, for example:  
        `git clone https://github.com/MetOffice/cube_helper.git`  
        `export PYTHONPATH=<path/to/cube_helper>`  
        
        Alternatively, if you already have Iris installed then you can:
        `pip install cube_helper`
        
        ## Contributing  
        If you want to contribute to Cube Helper be sure to review the 
        [contribution guidelines](https://github.com/MetOffice/cube_helper/blob/master/CONTRIBUTING.md).
        
        ## License
        [BSD-3 License](https://github.com/MetOffice/cube_helper/blob/master/LICENSE)
        
        
Keywords: climate,cmip,iris,cubes,preprocessing
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
