xcape

Fast convective parameters for numpy, dask, and xarray

https://github.com/xgcm/xcape

Science Score: 54.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.3%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Fast convective parameters for numpy, dask, and xarray

Basic Info
  • Host: GitHub
  • Owner: xgcm
  • License: other
  • Language: Python
  • Default Branch: master
  • Size: 322 KB
Statistics
  • Stars: 31
  • Watchers: 5
  • Forks: 12
  • Open Issues: 15
  • Releases: 4
Created over 6 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Code of conduct Citation

README.rst

xcape: Fast convective parameters for numpy, dask, and xarray
=============================================================

|pypi| |conda forge| |Build Status| |codecov| |docs| |license| |DOI|

For more information, including installation instructions, read the full
`xcape documentation `_.

.. |conda forge| image:: https://anaconda.org/conda-forge/xcape/badges/version.svg
   :target: https://anaconda.org/conda-forge/xcape
.. |DOI| image:: https://zenodo.org/badge/41581350.svg
   :target: https://zenodo.org/badge/latestdoi/41581350
.. |Build Status| image:: https://travis-ci.com/xgcm/xcape.svg?branch=master
   :target: https://travis-ci.com/xgcm/xcape
   :alt: travis-ci build status
.. |codecov| image:: https://codecov.io/github/xgcm/xcape/coverage.svg?branch=master
   :target: https://codecov.io/github/xgcm/xcape?branch=master
   :alt: code coverage
.. |pypi| image:: https://badge.fury.io/py/xcape.svg
   :target: https://badge.fury.io/py/xcape
   :alt: pypi package
.. |docs| image:: http://readthedocs.org/projects/xcape/badge/?version=latest
   :target: http://xcape.readthedocs.org/en/stable/?badge=latest
   :alt: documentation status
.. |license| image:: https://img.shields.io/github/license/mashape/apistatus.svg
   :target: https://github.com/xgcm/xcape
   :alt: license
.. |DOI| image:: https://zenodo.org/badge/202226985.svg
   :target: https://zenodo.org/badge/latestdoi/202226985
   
Funding Support
---------------

Development of this package was supported by NSF award OCE-1740648 (original Pangeo EarthCube award).


To Install Development Version
------------------------------

    python setup.py build_ext
    pip install -e . 

Owner

  • Name: xgcm
  • Login: xgcm
  • Kind: organization

xarray-based tools for general circulation model analysis

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - given-names: Chiara
    family-names: Lepore
    orcid: https://orcid.org/0000-0002-1606-6982
  - given-names: John
    family-names: Allen
    orcid: https://orcid.org/0000-0002-2036-0666
  - given-names: Ryan
    family-names: Abernathey
    orcid: https://orcid.org/0000-0001-5999-4917
title: xcape
abstract: Fast convective parameters for Numpy, Dask, and Xarray
version: v0.1.4
date-released: 2021-07-26
license: MIT
repository-code: "https://github.com/xgcm/xcape"
identifiers:
  - description: Collection of all archived snapshots on Zenodo
    type: doi
    value: "10.5281/zenodo.5270332"

GitHub Events

Total
  • Watch event: 4
  • Fork event: 2
Last Year
  • Watch event: 4
  • Fork event: 2

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 86
  • Total Committers: 5
  • Avg Commits per committer: 17.2
  • Development Distribution Score (DDS): 0.453
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Chiara Lepore c****e@g****m 47
Ryan Abernathey r****y@g****m 19
xebadir J****n@g****m 10
Chiara Lepore c****l@u****m 9
Filipe o****f@g****m 1

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 13
  • Total pull requests: 41
  • Average time to close issues: 28 days
  • Average time to close pull requests: about 1 month
  • Total issue authors: 6
  • Total pull request authors: 4
  • Average comments per issue: 2.46
  • Average comments per pull request: 1.44
  • Merged pull requests: 28
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • chiaral (4)
  • rabernat (3)
  • xebadir (3)
  • yutabvb (1)
  • AndrewILWilliams (1)
  • zbruick (1)
Pull Request Authors
  • chiaral (16)
  • rabernat (13)
  • xebadir (11)
  • ocefpaf (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/pythonpublish.yaml actions
  • actions/checkout v1 composite
  • actions/setup-python v1 composite
doc/environment.yml conda
  • dask
  • numpy
  • numpydoc
  • pip
  • python 3.6.*
  • sphinx
  • sphinx_rtd_theme
  • toolz
  • xarray
setup.py pypi