Skip to content

Commit

Permalink
Merge pull request #13 from observingClouds/readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
observingClouds authored Sep 8, 2022
2 parents b4bd8d5 + 38d0b07 commit 4174393
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# pySonde
# pySonde: converting radiosonde files to netcdf

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

## Setup
```
pip install -r requirements.txt
python setup.py sdist
pip install dist/pysonde*.tar.gz
pip install pysonde
```

For development
Expand All @@ -31,21 +31,8 @@ Windows:
sounding_converter.exe -i examples/level0/BCO_20200126_224454.mwx -o "test_{direction}.nc" -c config/main.yaml
```

## Simple Plotting

The package also includes a few plotting routines that can be called with e.g.

Unix:
```sh
sounding_visualize -i converted/file/sounding.nc
```
The configuration of attributes, variable names and units of the input and output is done via yaml files in the `config` folder.

## SkewT Plotting
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.

A skewT diagram can be created with

Unix:

```sh
sounding_skewT -i converted/file/sounding.nc
```
The [repository containing the processing setup for the circBrazil campaign](https://github.com/observingClouds/soundings_circbrazil) can serve as a template.

0 comments on commit 4174393

Please sign in to comment.