climopy

🌍🌏🌎 A succinct toolset for analyzing climate data. This project is a work-in-progress.

https://github.com/climopy-dev/climopy

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.4%) to scientific vocabulary

Keywords

climate-analysis climate-science data-science python xarray xarray-accessor
Last synced: 6 months ago · JSON representation

Repository

🌍🌏🌎 A succinct toolset for analyzing climate data. This project is a work-in-progress.

Basic Info
Statistics
  • Stars: 26
  • Watchers: 1
  • Forks: 5
  • Open Issues: 0
  • Releases: 0
Topics
climate-analysis climate-science data-science python xarray xarray-accessor
Created over 7 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.rst

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 climopy

To 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

Owner

  • Name: Climopy
  • Login: climopy-dev
  • Kind: organization
  • Email: lukelbd@gmail.com

Organization for developing climopy: The succinct toolset for analyzing climate data.

GitHub Events

Total
  • Watch event: 3
Last Year
  • Watch event: 3

Committers

Last synced: 6 months ago

All Time
  • Total Commits: 540
  • Total Committers: 1
  • Avg Commits per committer: 540.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Luke Davis l****d@g****m 540

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
proxy.golang.org: github.com/climopy-dev/climopy
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.4%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 6 months ago

Dependencies

requirements.txt pypi
  • cf_xarray *
  • numpy *
  • pandas *
  • pint *
  • scipy *
  • xarray *
ci/environment.yml conda
  • cf_xarray
  • ipykernel
  • matplotlib
  • numpy
  • pandas
  • pandoc
  • pint
  • pip
  • python >=3.8
  • python-build
  • scipy
  • setuptools
  • setuptools_scm
  • setuptools_scm_git_archive
  • wheel
  • xarray
docs/environment.yml conda
  • cf_xarray
  • ipykernel
  • matplotlib
  • numpy
  • pandas
  • pandoc
  • pint
  • pip
  • python >=3.8
  • scipy
  • xarray
pyproject.toml pypi
setup.py pypi