Metadata-Version: 2.1
Name: stratify
Version: 0.2.post0
Summary: Vectorized interpolators for Nd atmospheric and oceanographic data
Home-page: https://github.com/SciTools-incubator/python-stratify
Author: SciTools Developers
Author-email: scitools-iris-dev@googlegroups.com
License: BSD 3-Clause
Project-URL: Code, https://github.com/SciTools-incubator/python-stratify
Project-URL: Issues, https://github.com/SciTools-incubator/python-stratify/issues
Description: # Stratify
        
        Interpolation for restratification, particularly useful for Nd vertical interpolation of atmospheric and oceanographic datasets
        
        [![cirrus-ci](https://api.cirrus-ci.com/github/SciTools-incubator/python-stratify.svg)](https://cirrus-ci.com/github/SciTools-incubator/python-stratify)
        [![conda-forge](https://img.shields.io/conda/vn/conda-forge/python-stratify?color=orange&label=conda-forge&logo=conda-forge&logoColor=white)](https://anaconda.org/conda-forge/python-stratify)
        [![PyPI](https://img.shields.io/pypi/v/stratify?color=orange&label=pypi&logo=python&logoColor=white)](https://pypi.org/project/stratify/)
        [![codecov](https://codecov.io/gh/SciTools-incubator/python-stratify/branch/master/graph/badge.svg?token=v1R1bJ4kYr)](https://codecov.io/gh/SciTools-incubator/python-stratify)
        [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/SciTools-incubator/python-stratify/master.svg)](https://results.pre-commit.ci/latest/github/SciTools-incubator/python-stratify/master)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        [![License](https://img.shields.io/github/license/SciTools-incubator/python-stratify?style=plastic)](https://github.com/SciTools-incubator/python-stratify/blob/master/LICENSE)
        [![Contributors](https://img.shields.io/github/contributors/SciTools-incubator/python-stratify?style=plastic)](https://github.com/SciTools-incubator/python-stratify/graphs/contributors)
        [![Binder](http://mybinder.org/badge.svg)](http://mybinder.org:/repo/scitools-incubator/python-stratify)
        
        ## Introduction
        
        Discover the capabilities of `stratify` with this introductory [Jupyter Notebook](https://github.com/SciTools-incubator/python-stratify/blob/master/index.ipynb).
        
        ![](https://SciTools-incubator.github.io/python-stratify/summary.png)
        
        ## Installation
        
        ```shell
        conda install -c conda-forge python-stratify
        ```
        ```shell
        pip install python-stratify
        ```
        
        ## License
        Stratify is licenced under a [BSD 3-Clause License](LICENSE).
        
        
Keywords: interpolation,atmospheric-science,ocean-science
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: lint
Provides-Extra: dev
Provides-Extra: release
