Metadata-Version: 2.1
Name: domino-composite
Version: 0.252
Summary: A package for compositing atmospheric datasets
Home-page: https://github.com/joshdorrington/domino
Author: Josh Dorrington
Author-email: joshua.dorrington@kit.edu
License: bsd-3-clause
Description-Content-Type: text/markdown

# Domino is a package for analysing composites of atmospheric data.
## Based on xarray, Domino makes it easy to calculate lagged composites of fields and scalar indices around categorical event time series, and to compute bootstrapped confidence bounds. This is still an alpha release! While core functionality is stable, there could be some bugs!

## Documentation

See https://github.com/joshdorrington/domino/blob/master/docbuild/domino-composite.pdf

## Examples

A basic introduction to using the package out of the box, with three example applications:

https://github.com/joshdorrington/domino/blob/master/examples/basic_usage.ipynb

A more in-depth discussion of how to customise the behaviour of the LaggedAnalyser class:

https://github.com/joshdorrington/domino/blob/master/examples/advanced_usage.ipynb

## Install

domino can be installed using pip:
```
python -m pip install "domino-composite==0.14"
```
