Quick Guide

clisops - climate simulation operations

PyPI Conda Forge Build Status Coverage Documentation Black

The clisops package (pronounced “clie-sops”) provides a python library for running data-reduction operations on Xarray data sets or files that can be interpreted by Xarray. These basic operations (subsetting, averaging and regridding) are likely to work where data structures are NetCDF-centric, such as those found in ESGF data sets.

clisops is employed by the daops library to perform its basic operations once daops has applied any necessary fixes to data in order to remove irregularities/anomalies. Users are recommended to investigate using daops directly in order to access these fixes which may affect the scientific credibility of the results.

clisops can be used stand-alone to read individual, or groups of, NetCDF files directly.

Features

The package provides the following operations:

  • subset

  • average

  • regrid

Online Demo

You can try clisops online using Binder (just click on the binder link below), or view the notebooks on NBViewer.

Binder Launcher NBViewer

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.