Post-processing tool for atmospheric sounding data
Project description
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pysonde-0.0.7.tar.gz.
File metadata
- Download URL: pysonde-0.0.7.tar.gz
- Upload date:
- Size: 45.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c622853e4c191881b94723c9c0b9d4d3e7ebd26695a54dd674fe6ac9da4a8dab
|
|
| MD5 |
735955cd7345de16906778e98d93c908
|
|
| BLAKE2b-256 |
978c70d58ee361a68a59ae10bd8e3b8715e474cdbf069721af781352dcdb7c2c
|
File details
Details for the file pysonde-0.0.7-py3-none-any.whl.
File metadata
- Download URL: pysonde-0.0.7-py3-none-any.whl
- Upload date:
- Size: 52.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cf75101ea226dca6a7640a47eb1a4de06f60c989c1182358d7123a2c87b4a72
|
|
| MD5 |
0d607e6688ef19365a69cda21a8e3d31
|
|
| BLAKE2b-256 |
9f72b6cb42ee8a66d9ee929a596c349ae39d3712731e765282b889c5663a4e9a
|