pysonde

Post-processing tool for atmospheric sounding data.

https://github.com/observingclouds/pysonde

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
  • Committers with academic emails
    3 of 7 committers (42.9%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.4%) to scientific vocabulary

Keywords

meteorology mwx vaisala
Last synced: 7 months ago · JSON representation ·

Repository

Post-processing tool for atmospheric sounding data.

Basic Info
  • Host: GitHub
  • Owner: observingClouds
  • License: gpl-3.0
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 12.3 MB
Statistics
  • Stars: 7
  • Watchers: 2
  • Forks: 8
  • Open Issues: 2
  • Releases: 6
Topics
meteorology mwx vaisala
Created over 5 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog Contributing License Citation Zenodo

README.md

pySonde: converting radiosonde files to netcdf

pySonde converts Vaisala's radiosonde files (mwx) and Meteomodem soundings (cor) to netCDF4 and interpolates them if needed to a common height grid for easier processing.

Setup

pip install pysonde

For development ```sh

Install dependencies

pipenv install --dev

Setup pre-commit and pre-push hooks

pipenv run pre-commit install -t pre-commit pipenv run pre-commit install -t pre-push ```

Usage

A few example files are automatically installed and can be used to test if the installation was successful

Unix: sh sounding_converter -i examples/level0/BCO_20200126_224454.mwx -o "test_{direction}.nc" -c config/main.yaml

Windows: sh sounding_converter.exe -i examples/level0/BCO_20200126_224454.mwx -o "test_{direction}.nc" -c config/main.yaml

The configuration of attributes, variable names and units of the input and output is done via yaml files in the config folder.

To post-process radiosoundings with pysonde and track the processing steps, a new repository should be created that only contains the config folder and its scripts. An additional bash script with the sounding_converter calls tracks the processing steps. The version used of pysonde is automatically inserted into the output files.

The repository containing the processing setup for the circBrazil campaign can serve as a template.

Owner

  • Name: Hauke Schulz
  • Login: observingClouds
  • Kind: user
  • Location: Seattle

Climate scientist

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Schulz"
  given-names: "Hauke"
title: "pysonde: Postprocessing of Atmospheric Soundings"
abstract: "Python tool to postprocess atmospheric soundings."
license: GPL-3.0
doi: 10.5281/zenodo.10023462
repository-code: "https://github.com/observingClouds/pysonde"

GitHub Events

Total
  • Watch event: 1
  • Issue comment event: 8
  • Push event: 2
  • Pull request review comment event: 17
  • Pull request review event: 13
  • Pull request event: 6
  • Fork event: 1
Last Year
  • Watch event: 1
  • Issue comment event: 8
  • Push event: 2
  • Pull request review comment event: 17
  • Pull request review event: 13
  • Pull request event: 6
  • Fork event: 1

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 197
  • Total Committers: 7
  • Avg Commits per committer: 28.143
  • Development Distribution Score (DDS): 0.127
Past Year
  • Commits: 19
  • Committers: 2
  • Avg Commits per committer: 9.5
  • Development Distribution Score (DDS): 0.211
Top Committers
Name Email Commits
Hauke Schulz 4****s 172
laura.koehler l****r@m****e 8
katharinastolla k****a@m****e 5
katharinastolla a****2@a****l 5
Marius Winkler w****r@g****m 4
admin2 a****2@d****l 2
admin2 a****2@a****l 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 8
  • Total pull requests: 39
  • Average time to close issues: 3 months
  • Average time to close pull requests: 8 days
  • Total issue authors: 2
  • Total pull request authors: 5
  • Average comments per issue: 0.25
  • Average comments per pull request: 0.9
  • Merged pull requests: 30
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 4
  • Pull requests: 19
  • Average time to close issues: 6 days
  • Average time to close pull requests: 2 days
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 0.25
  • Average comments per pull request: 1.47
  • Merged pull requests: 14
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • observingClouds (6)
  • bjorn-stevens (2)
Pull Request Authors
  • observingClouds (35)
  • mariuswinkler (14)
  • katharinastolla (4)
  • mariusrixen (2)
  • LauraKoehler (1)
Top Labels
Issue Labels
bug (2)
Pull Request Labels

Packages

  • Total packages: 3
  • Total downloads:
    • pypi 45 last-month
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 18
  • Total maintainers: 1
proxy.golang.org: github.com/observingclouds/pysonde
  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.4%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 7 months ago
proxy.golang.org: github.com/observingClouds/pysonde
  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.4%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 7 months ago
pypi.org: pysonde

Post-processing tool for atmospheric sounding data

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 45 Last month
Rankings
Dependent packages count: 6.6%
Forks count: 23.2%
Stargazers count: 25.5%
Average: 27.5%
Dependent repos count: 30.6%
Downloads: 51.8%
Maintainers (1)
Last synced: 7 months ago

Dependencies

requirements.txt pypi
  • Pint *
  • Pint-Pandas *
  • PyYAML *
  • black *
  • bottleneck *
  • coverage ==5.3.1
  • dask *
  • flake8 *
  • isort *
  • metpy *
  • mypy *
  • netCDF4 *
  • numpy *
  • omegaconf *
  • pandas *
  • pint-xarray *
  • pre-commit *
  • pytest *
  • pytest-cov *
  • regex *
  • tqdm *
  • xarray *
.github/workflows/pypi.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/test.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite