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:
- Host: GitHub
- URL: https://github.com/bradyrx/esmtools
- Owner: bradyrx
- License: mit
- Created: 2019-01-12T00:10:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T16:54:06.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T18:54:10.636Z (over 1 year ago)
- Topics: climate-analysis, climate-model, python3
- Language: Python
- Homepage: https://esmtools.readthedocs.io/en/latest/
- Size: 2.4 MB
- Stars: 27
- Watchers: 3
- Forks: 4
- Open Issues: 14
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
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/