readdiag

readDiag is a Python package that provides a class to read and plot the Gridpoint Statistical Interpolation (GSI) diagnostics files. It can be used to retrieve and investigate important information from the data assimilation process

https://github.com/gad-dimnt-cptec/readdiag

Science Score: 44.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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.5%) to scientific vocabulary

Keywords

fortran90 gridpoint-statistical-interpolation python readdiag
Last synced: 6 months ago · JSON representation ·

Repository

readDiag is a Python package that provides a class to read and plot the Gridpoint Statistical Interpolation (GSI) diagnostics files. It can be used to retrieve and investigate important information from the data assimilation process

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 5
  • Open Issues: 16
  • Releases: 5
Topics
fortran90 gridpoint-statistical-interpolation python readdiag
Created almost 4 years ago · Last pushed 12 months ago
Metadata Files
Readme License Citation

README.md

readDiag

readDiag is a Python package that provides a class to read and plot the Gridpoint Statistical Interpolation diagnostics files. It can be used to retrieve and investigate important information from the data assimilation process:

uv_GSI_3 7

Installation

Use either conda or python -m venv to setup a virtual environment to install readDiag:

conda create -n readDiag python=3.9.18 conda activate readDiag pip install readDiag

or

python -m venv readDiag source readDiag/bin/activate pip install readDiag

Note: When using python -m venv make sure to have Python >=3.9.18 installed on your system. For more information on how to use readDiag, take a look at the project's documentation.

CC-BY-NC-SA

Owner

  • Name: Grupo de Assimilação de Dados (GAD)
  • Login: GAD-DIMNT-CPTEC
  • Kind: organization
  • Email: luiz.sapucci@inpe.br
  • Location: Brazil

Grupo de Assimilação de Dados da CGCT/INPE

Citation (CITATION.cff)

cff-version: 1.2.0
title: readDiag
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: João Gerd
    family-names: de Mattos
identifiers:
  - type: url
    value: >-
      https://github.com/GAD-DIMNT-CPTEC/readDiag
version: 1.1.0
date-released: '2022-09-13'

GitHub Events

Total
  • Issues event: 20
  • Issue comment event: 43
  • Push event: 5
  • Pull request event: 2
  • Fork event: 2
  • Create event: 1
Last Year
  • Issues event: 20
  • Issue comment event: 43
  • Push event: 5
  • Pull request event: 2
  • Fork event: 2
  • Create event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 14
  • Total pull requests: 0
  • Average time to close issues: 5 days
  • Average time to close pull requests: N/A
  • Total issue authors: 4
  • Total pull request authors: 0
  • Average comments per issue: 2.14
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 14
  • Pull requests: 0
  • Average time to close issues: 5 days
  • Average time to close pull requests: N/A
  • Issue authors: 4
  • Pull request authors: 0
  • Average comments per issue: 2.14
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • sapucci (17)
  • cfbastarz (5)
  • viezelc (4)
  • patrick23232 (2)
  • JAAravequia (1)
  • thaisa-lopes (1)
  • sergioh-pessoal (1)
  • joaogerd (1)
  • edervendrasco (1)
Pull Request Authors
  • cfbastarz (3)
  • sapucci (2)
  • LivianyPViana (1)
Top Labels
Issue Labels
bug (7) enhancement (4) help wanted (3) question (1) documentation (1)
Pull Request Labels
bug (1) documentation (1) enhancement (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 16 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 7
  • Total maintainers: 1
pypi.org: readdiag

A Python class to read and plot the Gridpoint Statistical Interpolation diagnostics files.

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 16 Last month
Rankings
Dependent packages count: 10.1%
Average: 38.6%
Dependent repos count: 67.1%
Maintainers (1)
Last synced: 7 months ago

Dependencies

setup.py pypi
  • cartopy *
  • matplotlib *
  • numpy *
  • xarray *
.github/workflows/ci.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
requirements.txt pypi
  • Cartopy ==0.22.0
  • geopandas ==0.14.1
  • jupyterlab ==4.0.9
  • matplotlib ==3.8.2
  • numpy ==1.26.2
  • pandas ==2.1.4
  • readDiag ==1.2.2
  • xarray ==2023.12.0
environment.yml pypi
  • cartopy ==0.22.0
  • geopandas ==0.14.1
  • matplotlib ==3.8.2
  • numpy ==1.26.2
  • pandas ==2.1.4
  • readDiag ==1.3.2
  • xarray ==2023.12.0