clisops


Nameclisops JSON
Version 0.12.2 PyPI version JSON
download
home_page
SummaryCLISOPS - Climate simulation operations.
upload_time2024-01-03 14:51:41
maintainer
docs_urlNone
author
requires_python>=3.8.0
license
keywords clisops xarray climate gis subsetting operations
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            clisops - climate simulation operations
=======================================

|pypi| |conda| |build| |coveralls| |docs| |black|

The ``clisops`` package (pronounced "clie-sops") provides a python library for running
*data-reduction* operations on `Xarray <http://xarray.pydata.org/>`_ 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 <https://github.com/roocs/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.

Features
--------

The package provides the following operations:


* subset
* average
* regrid

Online Demo
-----------

..
  todo: Links have to be adjusted to the master or respective branch!

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

.. image:: https://mybinder.org/badge_logo.svg
   :target: https://mybinder.org/v2/gh/roocs/clisops/master?filepath=notebooks
   :alt: Binder Launcher

.. image:: https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg
   :target: https://nbviewer.jupyter.org/github/roocs/clisops/tree/master/notebooks/
   :alt: NBViewer
   :height: 20

Credits
-------

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


.. |pypi| image:: https://img.shields.io/pypi/v/clisops.svg
   :target: https://pypi.python.org/pypi/clisops
   :alt: PyPI

.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/clisops.svg
   :target: https://anaconda.org/conda-forge/clisops
   :alt: Conda Forge

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

.. |coveralls| image:: https://coveralls.io/repos/github/roocs/clisops/badge.svg?branch=master
   :target: https://coveralls.io/github/roocs/clisops?branch=master
   :alt: Coverage

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

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


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "clisops",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.0",
    "maintainer_email": "Carsten Ehbrecht <ehbrecht@dkrz.de>, Trevor James Smith <smith.trevorj@ouranos.ca>",
    "keywords": "clisops,xarray,climate,gis,subsetting,operations",
    "author": "",
    "author_email": "Elle Smith <eleanor.smith@stfc.ac.uk>, Ag Stephens <ag.stephens@stfc.ac.uk>, Carsten Ehbrecht <ehbrecht@dkrz.de>, Trevor James Smith <smith.trevorj@ouranos.ca>",
    "download_url": "https://files.pythonhosted.org/packages/4b/a2/0ca0ccc5e2d3931b97fa1a3e7547d0f9fa9ecf22a0e7513b424d3c06c4ae/clisops-0.12.2.tar.gz",
    "platform": null,
    "description": "clisops - climate simulation operations\n=======================================\n\n|pypi| |conda| |build| |coveralls| |docs| |black|\n\nThe ``clisops`` package (pronounced \"clie-sops\") provides a python library for running\n*data-reduction* operations on `Xarray <http://xarray.pydata.org/>`_ data sets or files\nthat can be interpreted by Xarray. These basic operations (subsetting, averaging and\nregridding) are likely to work where data structures are NetCDF-centric, such as those\nfound in ESGF data sets.\n\n``clisops`` is employed by the `daops <https://github.com/roocs/daops>`_ library to perform\nits basic operations once ``daops`` has applied any necessary *fixes* to data in order\nto remove irregularities/anomalies. Users are recommended to investigate using ``daops``\ndirectly in order to access these *fixes* which may affect the scientific credibility of\nthe results.\n\n``clisops`` can be used stand-alone to read individual, or groups of, NetCDF files directly.\n\n* Free software: BSD\n* Documentation: https://clisops.readthedocs.io.\n\nFeatures\n--------\n\nThe package provides the following operations:\n\n\n* subset\n* average\n* regrid\n\nOnline Demo\n-----------\n\n..\n  todo: Links have to be adjusted to the master or respective branch!\n\nYou can try clisops online using Binder (just click on the binder link below),\nor view the notebooks on NBViewer.\n\n.. image:: https://mybinder.org/badge_logo.svg\n   :target: https://mybinder.org/v2/gh/roocs/clisops/master?filepath=notebooks\n   :alt: Binder Launcher\n\n.. image:: https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg\n   :target: https://nbviewer.jupyter.org/github/roocs/clisops/tree/master/notebooks/\n   :alt: NBViewer\n   :height: 20\n\nCredits\n-------\n\nThis package was created with ``Cookiecutter`` and the ``audreyr/cookiecutter-pypackage`` project template.\n\n* Cookiecutter: https://github.com/audreyr/cookiecutter\n* cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage\n\n\n.. |pypi| image:: https://img.shields.io/pypi/v/clisops.svg\n   :target: https://pypi.python.org/pypi/clisops\n   :alt: PyPI\n\n.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/clisops.svg\n   :target: https://anaconda.org/conda-forge/clisops\n   :alt: Conda Forge\n\n.. |build| image:: https://github.com/roocs/clisops/workflows/build/badge.svg\n   :target: https://github.com/roocs/clisops/actions\n   :alt: Build Status\n\n.. |coveralls| image:: https://coveralls.io/repos/github/roocs/clisops/badge.svg?branch=master\n   :target: https://coveralls.io/github/roocs/clisops?branch=master\n   :alt: Coverage\n\n.. |docs| image:: https://readthedocs.org/projects/clisops/badge/?version=latest\n   :target: https://clisops.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation\n\n.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/python/black\n   :alt: Black\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "CLISOPS - Climate simulation operations.",
    "version": "0.12.2",
    "project_urls": {
        "About ROOCS": "https://roocs.github.io/",
        "Changelog": "https://clisops.readthedocs.io/en/latest/history.html",
        "Homepage": "https://clisops.readthedocs.io/",
        "Issue tracker": "https://github.com/roocs/clisops/issues",
        "Source": "https://github.com/roocs/clisops/"
    },
    "split_keywords": [
        "clisops",
        "xarray",
        "climate",
        "gis",
        "subsetting",
        "operations"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "187aa558b175edede30052d9f487b2aa4acf619fabc1dead4d694372777399af",
                "md5": "76bc32f3cf39d7f875445be9972999d7",
                "sha256": "f3e14aced048aea9e7e58bd8906498e4dd7ad4b588a1b49ef22791c3dca16ac2"
            },
            "downloads": -1,
            "filename": "clisops-0.12.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "76bc32f3cf39d7f875445be9972999d7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0",
            "size": 73118,
            "upload_time": "2024-01-03T14:51:39",
            "upload_time_iso_8601": "2024-01-03T14:51:39.927979Z",
            "url": "https://files.pythonhosted.org/packages/18/7a/a558b175edede30052d9f487b2aa4acf619fabc1dead4d694372777399af/clisops-0.12.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ba20ca0ccc5e2d3931b97fa1a3e7547d0f9fa9ecf22a0e7513b424d3c06c4ae",
                "md5": "53a5c6946084c9210430e18527b59638",
                "sha256": "d18545a331a8a73712a697486531e6249a6a549f39f54b6292e8937a3e508764"
            },
            "downloads": -1,
            "filename": "clisops-0.12.2.tar.gz",
            "has_sig": false,
            "md5_digest": "53a5c6946084c9210430e18527b59638",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0",
            "size": 11469047,
            "upload_time": "2024-01-03T14:51:41",
            "upload_time_iso_8601": "2024-01-03T14:51:41.707460Z",
            "url": "https://files.pythonhosted.org/packages/4b/a2/0ca0ccc5e2d3931b97fa1a3e7547d0f9fa9ecf22a0e7513b424d3c06c4ae/clisops-0.12.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-03 14:51:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "roocs",
    "github_project": "clisops",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "clisops"
}
        
Elapsed time: 0.16583s