Metadata-Version: 2.1
Name: domino-composite
Version: 0.13
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. This is an experimental release!

## Documentation

See https://weather-domino.readthedocs.io/en/latest/docs/composites.html , or documentation.pdf in this repo

## 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.12"
```
