An open API service indexing awesome lists of open source software.

https://github.com/bradyrx/esmtools

:octopus: a toolbox for Earth System Model analysis :octopus:
https://github.com/bradyrx/esmtools

climate-analysis climate-model python3

Last synced: about 1 year ago
JSON representation

:octopus: a toolbox for Earth System Model analysis :octopus:

Awesome Lists containing this project

README

          

.. image:: https://i.imgur.com/weZEU3X.png

a toolbox for Earth System Model analysis

..
Table version of badges inspired by pySTEPS.

.. list-table::
:stub-columns: 1
:widths: 10 90

* - docs
- |docs|
* - tests
- |requires| |codecov|
* - package
- |conda| |pypi|
* - license
- |license|
* - community
- |contributors| |downloads|
* - tutorials
- |gallery|

.. |docs| image:: https://img.shields.io/readthedocs/esmtools/stable.svg?style=flat
:target: https://esmtools.readthedocs.io/en/stable/?badge=stable
:alt: Documentation Status

.. |requires| image:: https://requires.io/github/bradyrx/esmtools/requirements.svg?branch=master
:target: https://requires.io/github/bradyrx/esmtools/requirements/?branch=master
:alt: Requirements Status

.. |codecov| image:: https://codecov.io/gh/bradyrx/esmtools/branch/master/graph/badge.svg
:target: https://codecov.io/gh/bradyrx/esmtools

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

.. |pypi| image:: https://img.shields.io/pypi/v/esmtools.svg
:target: https://pypi.python.org/pypi/esmtools/

.. |license| image:: https://img.shields.io/github/license/bradyrx/esmtools.svg
:alt: license
:target: LICENSE.txt

.. |contributors| image:: https://img.shields.io/github/contributors/bradyrx/esmtools
:alt: GitHub contributors
:target: https://github.com/bradyrx/esmtools/graphs/contributors

.. |downloads| image:: https://img.shields.io/conda/dn/conda-forge/esmtools
:alt: Conda downloads
:target: https://anaconda.org/conda-forge/esmtools

.. |gallery| image:: https://img.shields.io/badge/esmtools-example_gallery-ed7b0e.svg
:alt: climpred gallery
:target: https://esmtools.readthedocs.io/en/stable/examples.html

Installation
============

You can install the latest release of ``esmtools`` using ``pip`` or ``conda``:

.. code-block:: bash

pip install esmtools

.. code-block:: bash

conda install -c conda-forge esmtools

You can also install the bleeding edge (pre-release versions) by cloning this
repository and running ``pip install . --upgrade`` in the main directory.

Documentation
=============

Documentation is in development and can be found on readthedocs_.

.. _readthedocs: https://esmtools.readthedocs.io/en/stable/