pysonde
Post-processing tool for atmospheric sounding data.
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
Repository
Post-processing tool for atmospheric sounding data.
Basic Info
Statistics
- Stars: 7
- Watchers: 2
- Forks: 8
- Open Issues: 2
- Releases: 6
Topics
Metadata Files
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
- Website: observingclouds.github.io
- Twitter: meteo_hauke
- Repositories: 15
- Profile: https://github.com/observingClouds
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
Top Committers
| Name | 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
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
- Documentation: https://pkg.go.dev/github.com/observingclouds/pysonde#section-documentation
- License: gpl-3.0
-
Latest release: v0.0.7
published over 1 year ago
Rankings
proxy.golang.org: github.com/observingClouds/pysonde
- Documentation: https://pkg.go.dev/github.com/observingClouds/pysonde#section-documentation
- License: gpl-3.0
-
Latest release: v0.0.7
published over 1 year ago
Rankings
pypi.org: pysonde
Post-processing tool for atmospheric sounding data
- Homepage: https://github.com/observingClouds/pysonde
- Documentation: https://pysonde.readthedocs.io/
- License: MIT
-
Latest release: 0.0.7
published over 1 year ago
Rankings
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