Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/climopy-dev/climopy
🌍🌏🌎 A succinct toolset for analyzing climate data. This project is a work-in-progress.
https://github.com/climopy-dev/climopy
climate-analysis climate-science data-science python xarray xarray-accessor
Last synced: 3 months ago
JSON representation
🌍🌏🌎 A succinct toolset for analyzing climate data. This project is a work-in-progress.
- Host: GitHub
- URL: https://github.com/climopy-dev/climopy
- Owner: climopy-dev
- License: mit
- Created: 2018-09-04T22:41:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T16:06:02.000Z (5 months ago)
- Last Synced: 2024-10-29T22:29:45.173Z (4 months ago)
- Topics: climate-analysis, climate-science, data-science, python, xarray, xarray-accessor
- Language: Python
- Homepage: https://climopy.readthedocs.io
- Size: 5.1 MB
- Stars: 23
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
Awesome Lists containing this project
- open-sustainable-technology - ClimoPy - A succinct toolset for analyzing climate data. (Climate Change / Climate Data Processing and Analysis)
README
ClimoPy
=======|build-status| |docs| |pypi| |code-style| |pr-welcome| |license|
This package provides tools to help climate scientists complete a variety of
data analysis tasks, including objective and statistical analysis methods,
1D and 2D spectral decompositions, deriving physical quantities, working with
physical units, and downloading archived observational and model data.
The source code is `published on Github `__.Please note this package is very much a work-in-progress! The examples and
documentation are incomplete, and undiscovered bugs may exist.Documentation
-------------The documentation is `published on readthedocs `__.
Installation
------------Climopy is published on `PyPi `__.
It can be installed or upgraded with ``pip`` as follows:.. code-block:: bash
pip install climopy
pip install --upgrade climopyTo install a development version of climopy, you can use
``pip install git+https://github.com/lukelbd/climopy.git``
or clone the repository and run ``pip install -e .`` inside
the ``climopy`` folder... |build-status| image:: https://img.shields.io/travis/lukelbd/climopy.svg?style=flat
:alt: build status
:target: https://travis-ci.com/lukelbd/climopy.. |docs| image:: https://readthedocs.org/projects/climopy/badge/?version=latest
:alt: docs
:target: https://climopy.readthedocs.io/en/latest/?badge=latest.. |pypi| image:: https://img.shields.io/pypi/v/climopy?color=83%20197%2052
:alt: pypi
:target: https://pypi.org/project/climopy/.. |code-style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:alt: black
:target: https://github.com/psf/black.. |pr-welcome| image:: https://img.shields.io/badge/PR-Welcome-green.svg?
:alt: PR welcome
:target: https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project.. |license| image:: https://img.shields.io/github/license/lukelbd/climopy.svg
:alt: license
:target: LICENSE.txt