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.
- Free software: BSD
- Documentation: https://clisops.readthedocs.io.
The package provides the following operations:
- subset
- average
- regrid
You can try clisops online using Binder (just click on the binder link below), or view the notebooks on NBViewer.
This package was created with Cookiecutter
and the audreyr/cookiecutter-pypackage
project template.
- Cookiecutter: https://github.com/audreyr/cookiecutter
- cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage