pySonde
Converts Vaisala's radiosonde files (mwx) to netCDF4 and interpolates them if needed to a common height grid for easier processing.
https://github.com/observingClouds/pysonde
Category: Atmosphere
Sub Category: Atmospheric Composition and Dynamics
Keywords
meteorology mwx vaisala
Last synced: about 2 hours ago
JSON representation
Repository metadata
Post-processing tool for atmospheric sounding data.
- Host: GitHub
- URL: https://github.com/observingClouds/pysonde
- Owner: observingClouds
- License: gpl-3.0
- Created: 2020-12-26T20:38:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T12:54:40.000Z (7 months ago)
- Last Synced: 2025-02-22T05:31:36.569Z (2 months ago)
- Topics: meteorology, mwx, vaisala
- Language: Python
- Homepage:
- Size: 12.3 MB
- Stars: 9
- Watchers: 3
- Forks: 7
- Open Issues: 1
- Releases: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Citation: CITATION.cff
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
# 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:
sounding_converter -i examples/level0/BCO_20200126_224454.mwx -o "test_{direction}.nc" -c config/main.yaml
Windows:
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.
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"
Owner metadata
- Name: Hauke Schulz
- Login: observingClouds
- Email:
- Kind: user
- Description: Climate scientist
- Website: observingclouds.github.io
- Location: Seattle
- Twitter: meteo_hauke
- Company:
- Icon url: https://avatars.githubusercontent.com/u/43613877?u=981c28b23a8e9c910ee7e88e75b2ece83dbeda04&v=4
- Repositories: 15
- Last ynced at: 2023-03-06T03:02:39.352Z
- Profile URL: https://github.com/observingClouds
GitHub Events
Total
- Watch event: 1
- Fork event: 1
Last Year
- Watch event: 1
- Fork event: 1
Committers metadata
Last synced: 6 days ago
Total Commits: 189
Total Committers: 8
Avg Commits per committer: 23.625
Development Distribution Score (DDS): 0.138
Commits in past year: 31
Committers in past year: 2
Avg Commits per committer in past year: 15.5
Development Distribution Score (DDS) in past year: 0.065
Name | Commits | |
---|---|---|
Hauke Schulz | 4****s | 163 |
laura.koehler | l****r@m****e | 8 |
hauke.schulz | h****z@m****e | 5 |
katharinastolla | a****2@a****l | 5 |
katharinastolla | k****a@m****e | 4 |
admin2 | a****2@d****l | 2 |
admin2 | a****2@a****l | 1 |
katharinastolla | 8****a | 1 |
Committer domains:
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 8
Total pull requests: 39
Average time to close issues: 3 months
Average time to close pull requests: 7 days
Total issue authors: 2
Total pull request authors: 5
Average comments per issue: 0.25
Average comments per pull request: 0.56
Merged pull request: 32
Bot issues: 0
Bot pull requests: 0
Past year issues: 4
Past year pull requests: 19
Past year average time to close issues: 6 days
Past year average time to close pull requests: 1 day
Past year issue authors: 2
Past year pull request authors: 3
Past year average comments per issue: 0.25
Past year average comments per pull request: 0.79
Past year merged pull request: 16
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- observingClouds (6)
- bjorn-stevens (2)
Top Pull Request Authors
- observingClouds (30)
- katharinastolla (4)
- mariuswinkler (3)
- mariusrixen (1)
- LauraKoehler (1)
Top Issue Labels
- bug (2)
Top Pull Request Labels
Package metadata
- Total packages: 1
-
Total downloads:
- pypi: 270 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 6
- Total maintainers: 1
pypi.org: pysonde
Post-processing tool for atmospheric sounding data
- Homepage: https://github.com/observingClouds/pysonde
- Documentation: https://pysonde.readthedocs.io/
- Licenses: MIT
- Latest release: 0.0.7 (published 7 months ago)
- Last Synced: 2025-04-26T12:03:16.537Z (1 day ago)
- Versions: 6
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 270 Last month
-
Rankings:
- Dependent packages count: 6.633%
- Forks count: 23.201%
- Stargazers count: 25.456%
- Average: 27.543%
- Dependent repos count: 30.611%
- Downloads: 51.813%
- Maintainers (1)
Dependencies
- 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 *
- actions/checkout v3 composite
- actions/setup-python v3 composite
- pypa/gh-action-pypi-publish release/v1 composite
- actions/checkout v2 composite
- actions/setup-python v1 composite
Score: 9.984145455553582