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>`_.
* Free software: BSD
* Documentation: https://daops.readthedocs.io
Features
--------
The package has the following features:
* Ability to run *data-reduction* operations on large climate data sets.
* Knowledge of irregularities/anomalies in some climate data sets.
* Ability to apply *fixes* to those data sets before operating on them.
This process is called *normalisation* of the data sets.
Credits
=======
This package was created with ``Cookiecutter`` and the ``cedadev/cookiecutter-pypackage`` project template.
* Cookiecutter: https://github.com/audreyr/cookiecutter
* cookiecutter-pypackage: https://github.com/cedadev/cookiecutter-pypackage
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/python/black
:alt: Python Black
Raw data
{
"_id": null,
"home_page": "https://github.com/roocs/daops",
"name": "daops",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7.0",
"maintainer_email": null,
"keywords": "daops",
"author": "Elle Smith",
"author_email": "eleanor.smith@stfc.ac.uk",
"download_url": "https://files.pythonhosted.org/packages/d1/0b/099d9eab32687c1e92b84971f861db9b57b3ff6ebb81a6b46c1178fd6300/daops-0.11.0.tar.gz",
"platform": null,
"description": "\ndaops - data-aware operations\n=============================\n\n\n.. image:: https://img.shields.io/pypi/v/daops.svg\n :target: https://pypi.python.org/pypi/daops\n :alt: Pypi\n\n\n\n.. image:: https://github.com/roocs/daops/workflows/build/badge.svg\n :target: https://github.com/roocs/daops/actions\n :alt: Build Status\n\n\n\n.. image:: https://readthedocs.org/projects/daops/badge/?version=latest\n :target: https://daops.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation\n\n\nThe ``daops`` library (pronounced \"day-ops\") provides a python interface to a\nset of operations suitable for working with climate simulation outputs. It is\ntypically used with ESGF data sets that are described in NetCDF files. ``daops``\nis unique in that it accesses a store of *fixes* defined for datasets that are\nirregular when compared with others in their *population*.\n\nWhen a ``daops`` operation, such as ``subset``\\ , is requested, the library will look\nup a database of known fixes before performing and calculations or transformations.\nThe data will be loaded and *fixed* using the `xarray <http://xarray.pydata.org/>`_\nlibrary before the any actual operations are sent to its sister library\n`clisops <https://github.com/roocs/clisops>`_.\n\n\n* Free software: BSD\n* Documentation: https://daops.readthedocs.io\n\nFeatures\n--------\n\nThe package has the following features:\n\n\n* Ability to run *data-reduction* operations on large climate data sets.\n* Knowledge of irregularities/anomalies in some climate data sets.\n* Ability to apply *fixes* to those data sets before operating on them.\n This process is called *normalisation* of the data sets.\n\nCredits\n=======\n\nThis package was created with ``Cookiecutter`` and the ``cedadev/cookiecutter-pypackage`` project template.\n\n\n* Cookiecutter: https://github.com/audreyr/cookiecutter\n* cookiecutter-pypackage: https://github.com/cedadev/cookiecutter-pypackage\n\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/python/black\n :alt: Python Black\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "daops - data-aware operations",
"version": "0.11.0",
"project_urls": {
"Homepage": "https://github.com/roocs/daops"
},
"split_keywords": [
"daops"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d10b099d9eab32687c1e92b84971f861db9b57b3ff6ebb81a6b46c1178fd6300",
"md5": "6169132b594d429e383bb2623f2cf53b",
"sha256": "3b72c953b1b51641ff142339b7703b45bf9cc1276f0a2e19086ae9e4f58146a7"
},
"downloads": -1,
"filename": "daops-0.11.0.tar.gz",
"has_sig": false,
"md5_digest": "6169132b594d429e383bb2623f2cf53b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7.0",
"size": 32529,
"upload_time": "2024-04-10T15:33:44",
"upload_time_iso_8601": "2024-04-10T15:33:44.966699Z",
"url": "https://files.pythonhosted.org/packages/d1/0b/099d9eab32687c1e92b84971f861db9b57b3ff6ebb81a6b46c1178fd6300/daops-0.11.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-10 15:33:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "roocs",
"github_project": "daops",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "daops"
}