https://github.com/SciTools/python-stratify
Vectorized interpolators for Nd atmospheric and oceanographic data
https://github.com/SciTools/python-stratify
atmospheric-science cython interpolation numpy ocean-sciences
Last synced: 2 months ago
JSON representation
Vectorized interpolators for Nd atmospheric and oceanographic data
- Host: GitHub
- URL: https://github.com/SciTools/python-stratify
- Owner: SciTools
- License: bsd-3-clause
- Created: 2017-01-17T13:43:24.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T00:31:01.000Z (7 months ago)
- Last Synced: 2024-10-30T03:44:24.732Z (7 months ago)
- Topics: atmospheric-science, cython, interpolation, numpy, ocean-sciences
- Language: Jupyter Notebook
- Homepage:
- Size: 986 KB
- Stars: 26
- Watchers: 11
- Forks: 17
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Stratify
Interpolation for restratification, particularly useful for Nd vertical interpolation of atmospheric and oceanographic datasets
| | |
|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ⚙️ CI | [](https://github.com/SciTools/python-stratify/actions/workflows/ci-locks.yml) [](https://github.com/SciTools/python-stratify/actions/workflows/ci-manifest.yml) [](https://github.com/SciTools/python-stratify/actions/workflows/ci-tests.yml) [](https://github.com/SciTools/python-stratify/actions/workflows/ci-wheels.yml) [](https://results.pre-commit.ci/latest/github/SciTools/python-stratify/master) |
| 💬 Community | [](https://github.com/SciTools/python-stratify/discussions) |
| 📖 Documentation | [](http://mybinder.org:/repo/scitools-incubator/python-stratify) |
| 📈 Health | [](https://codecov.io/gh/SciTools/python-stratify) |
| ✨ Meta | [](https://github.com/psf/black) [](https://github.com/python-stratify/python-stratify/blob/main/LICENSE) |
| 📦 Package | [](https://doi.org/10.5281/zenodo.7863857) [](https://anaconda.org/conda-forge/python-stratify) [](https://pypi.org/project/stratify/) [](https://pypi.org/project/stratify/) |
| 🧰 Repo | [](https://github.com/SciTools/python-stratify/graphs/contributors) |
| | |**Are you a [SciTools/iris](https://github.com/SciTools/iris) user?** Did you know Iris provides a convenience for using Stratify with Iris `Cube`s? Try out [`iris.experimental.stratify`](https://scitools-iris.readthedocs.io/en/latest/generated/api/iris/experimental/stratify.html) and let the devs know what you think!
## Introduction
Discover the capabilities of `stratify` with this introductory [Jupyter Notebook](https://github.com/SciTools-incubator/python-stratify/blob/master/index.ipynb).

## Installation
```shell
conda install --channel conda-forge python-stratify
```
```shell
pip install stratify
```## License
Stratify is licenced under a [BSD 3-Clause License](LICENSE).