pyrams

A set of tools for working with RAMS model output data

https://github.com/lsterzinger/pyrams

Science Score: 64.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
    1 of 1 committers (100.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.9%) to scientific vocabulary

Keywords

atmospheric-modelling hacktoberfest hdf5
Last synced: 6 months ago · JSON representation ·

Repository

A set of tools for working with RAMS model output data

Basic Info
  • Host: GitHub
  • Owner: lsterzinger
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 13.2 MB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • Open Issues: 4
  • Releases: 16
Topics
atmospheric-modelling hacktoberfest hdf5
Created almost 7 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation

README.md

PyRAMS - Useful tools for working with RAMS data

Documentation StatusDOI Anaconda-Server Badge

Basic Usage

The biggest feature of PyRAMS is its extension of xarray. PyRAMS adds named dimensions, coordinate variables, and variable metadata to xarray datasets created from RAMS data. This functionality is outlined here and an interactive example can be run in-browser here. Other functions can be found in the API reference.


Example notebook to show how to use PyRAMS with xarray can be run inside the browser here:

Binder


Documentation can be found here

Install from conda-forge: conda install -c conda-forge pyrams

or with pip: pip install pyrams PyRAMS is distributed under an MIT License

Owner

  • Name: Lucas Sterzinger
  • Login: lsterzinger
  • Kind: user
  • Location: Davis, CA

Scientific Software Developer @NASA GES DISC | PhD in Atmospheric Science

Citation (CITATION.cff)

cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Sterzinger
    given-names: Lucas
    orcid: https://orcid.org/0000-0003-3321-4534
title: PyRAMS
date-released: 2021-04-27

GitHub Events

Total
Last Year

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 162
  • Total Committers: 1
  • Avg Commits per committer: 162.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
Lucas Sterzinger l****r@u****u 162
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 5
  • Total pull requests: 25
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 10 days
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.2
  • Average comments per pull request: 0.0
  • Merged pull requests: 21
  • 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
  • lsterzinger (5)
Pull Request Authors
  • lsterzinger (25)
Top Labels
Issue Labels
enhancement (2) bug (1) hacktoberfest (1)
Pull Request Labels
enhancement (1)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 2
  • Total versions: 9
conda-forge.org: pyrams
  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 2
Rankings
Dependent repos count: 20.3%
Average: 50.4%
Dependent packages count: 51.6%
Stargazers count: 63.7%
Forks count: 66.1%
Last synced: 7 months ago

Dependencies

.binder/environment.yml conda
  • dask
  • metpy
  • pyrams >=0.8.4
  • python 3.9.*
  • xarray
docs/requirements.txt pypi
  • sphinx-rtd-theme *
.github/workflows/main.yml actions
  • actions/checkout master composite
  • actions/setup-python v2 composite
  • ad-m/github-push-action master composite
  • sphinx-notes/pages v2 composite
.github/workflows/pullreq.yml actions
  • actions/checkout v2 composite
  • ammaraskar/sphinx-action master composite
.github/workflows/pypi_publish.yaml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite