Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roocs/clisops
Climate Simulation Operations
https://github.com/roocs/clisops
climate-analysis climate-science netcdf4 python xarray xclim
Last synced: 3 months ago
JSON representation
Climate Simulation Operations
- Host: GitHub
- URL: https://github.com/roocs/clisops
- Owner: roocs
- License: other
- Created: 2020-03-26T15:19:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T19:25:23.000Z (7 months ago)
- Last Synced: 2024-06-11T16:41:51.034Z (5 months ago)
- Topics: climate-analysis, climate-science, netcdf4, python, xarray, xclim
- Language: Python
- Homepage: https://clisops.readthedocs.io/en/latest/
- Size: 13.1 MB
- Stars: 21
- Watchers: 7
- Forks: 9
- Open Issues: 34
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
- open-sustainable-technology - clisops - Climate simulation operations. (Climate Change / Climate Data Processing and Analysis)
README
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 `_ 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.Features
--------The package provides the following operations:
* subset
* average
* regridOnline 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: 20Credits
-------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