Metadata-Version: 2.1
Name: enstools
Version: 2023.11
Home-page: https://github.com/wavestoweather/enstools
Author: Robert Redl et al.
Author-email: robert.redl@lmu.de
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: appdirs
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: cftime
Requires-Dist: dask
Requires-Dist: distributed
Requires-Dist: cloudpickle
Requires-Dist: colorama
Requires-Dist: numba
Requires-Dist: toolz
Requires-Dist: pint
Requires-Dist: matplotlib
Requires-Dist: decorator
Requires-Dist: multipledispatch
Requires-Dist: cachey
Requires-Dist: cffi
Requires-Dist: pandas
Requires-Dist: packaging
Requires-Dist: h5netcdf
Requires-Dist: h5py
Requires-Dist: numcodecs
Requires-Dist: scikit-image
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: statsmodels
Requires-Dist: dataclasses
Provides-Extra: compression
Requires-Dist: enstools-compression ; extra == 'compression'
Provides-Extra: plot
Requires-Dist: cartopy ; extra == 'plot'
Requires-Dist: plotly ; extra == 'plot'
Requires-Dist: bokeh ; extra == 'plot'

# Ensemble Tools [![Documentation Status](https://readthedocs.org/projects/enstools/badge/?version=latest)](https://enstools.readthedocs.io/en/latest/?badge=latest)

This package provides core functionality to Python-based tools developed within
the framework of [Waves to Weather - Transregional Collaborative Research 
Project (SFB/TRR165)](https://wavestoweather.de). 

Shared functionality includes:
- Clustering (`enstools.clustering`)
- Interpolation (`enstools.interpolation`)
- Reading and Writing data (`enstools.io`)
- Retrieval of open data (`enstools.opendata`)
- Post-processing (`enstools.post`)
- Scores (`enstools.scores`)

# Installation

`pip` is the easiest way to install `enstools` along with all dependencies.

    pip install enstools



# Documentation

Explore [our documentation](https://enstools.readthedocs.io).     

# Acknowledgment and license

Ensemble Tools (`enstools`) is a collaborative development within
Waves to Weather (SFB/TRR165) coordinated by the subproject 
[Z2](https://www.wavestoweather.de/research_areas/phase2/z2) and funded by the
German Research Foundation (DFG).

A full list of code contributors can [CONTRIBUTORS.md](./CONTRIBUTORS.md).

The code is released under an [Apache-2.0 licence](./LICENSE).
