roocs / daops

BSD 3-Clause "New" or "Revised" License
7 stars 7 forks source link

daops - data-aware operations

.. image:: https://img.shields.io/pypi/v/daops.svg :target: https://pypi.python.org/pypi/daops :alt: Pypi

.. image:: https://github.com/roocs/daops/workflows/build/badge.svg :target: https://github.com/roocs/daops/actions :alt: Build Status

.. image:: https://readthedocs.org/projects/daops/badge/?version=latest :target: https://daops.readthedocs.io/en/latest/?badge=latest :alt: Documentation

The daops library (pronounced "day-ops") provides a python interface to a set of operations suitable for working with climate simulation outputs. It is typically used with ESGF data sets that are described in NetCDF files. daops is unique in that it accesses a store of fixes defined for datasets that are irregular when compared with others in their population.

When a daops operation, such as subset\ , is requested, the library will look up a database of known fixes before performing and calculations or transformations. The data will be loaded and fixed using the xarray <http://xarray.pydata.org/> library before the any actual operations are sent to its sister library clisops <https://github.com/roocs/clisops>.

Features

The package has the following features:

Credits

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

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/python/black :alt: Python Black