Metadata-Version: 2.1
Name: optim_esm_tools
Version: 3.0.1
Summary: Tools for OptimESM
Author: Joran R. Angevaare
Maintainer: Joran R. Angevaare
License: MIT
Project-URL: homepage, https://github.com/JoranAngevaare/optim_esm_tools
Project-URL: documentation, https://github.com/JoranAngevaare/optim_esm_tools/blob/master/examples/Example.ipynb
Project-URL: repository, https://github.com/JoranAngevaare/optim_esm_tools
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: immutabledict
Requires-Dist: intake-esm
Requires-Dist: matplotlib
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: treelib
Requires-Dist: xarray
Requires-Dist: statsmodels
Requires-Dist: fiona<=1.9.6
Requires-Dist: geopandas<=0.13.2
Requires-Dist: rasterio<=1.4.3
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: coveralls; extra == "test"
Requires-Dist: ipython; extra == "test"
Requires-Dist: matplotlib; extra == "test"
Requires-Dist: nbmake; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: tqdm; extra == "test"

# OptimESM Tools
[![Coverage Status](https://coveralls.io/repos/github/JoranAngevaare/optim_esm_tools/badge.svg)](https://coveralls.io/github/JoranAngevaare/optim_esm_tools)
[![PyPI version shields.io](https://img.shields.io/pypi/v/optim-esm-tools.svg)](https://pypi.python.org/pypi/optim-esm-tools/)
[![Python Versions](https://img.shields.io/pypi/pyversions/optim-esm-tools.svg)](https://pypi.python.org/pypi/optim-esm-tools)
[![PyPI downloads](https://img.shields.io/pypi/dm/optim-esm-tools.svg)](https://pypistats.org/packages/optim-esm-tools)
[![CodeFactor](https://www.codefactor.io/repository/github/joranangevaare/optim_esm_tools/badge)](https://www.codefactor.io/repository/github/joranangevaare/optim_esm_tools)


J.R. Angevaare (KNMI)

## Software
This software is used in the scope of the [OptimESM](https://cordis.europa.eu/project/id/101081193) project.
The scientific aim is to isolate regions of three dimensional earth science data from CMIP6 and identify regions of dramatic changes as function of time.

## Setup
This software requires `cdo` and `cartopy`, and preferably also `latex` and `synda`. As the last of this list is only supported in python 3.8 a separate repository [`optim_esm_base`](https://github.com/JoranAngevaare/optim_esm_base]) has a set of software versions that are compatible with these requirements.

After these base requirements are fulfilled, one can install this software via pip
```
pip install optim_esm_tools
```

## Example
The developers are working on an example to be included in a separate folder _coming soon_!
