Skip to content

Commit 4174393

Browse files
Merge pull request #13 from observingClouds/readme
Update README.md
2 parents b4bd8d5 + 38d0b07 commit 4174393

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

README.md

+7-20
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# pySonde
1+
# pySonde: converting radiosonde files to netcdf
2+
3+
pySonde converts Vaisala's radiosonde files (mwx) to netCDF4 and interpolates them if needed to a common height grid for easier processing.
24

35
## Setup
46
```
5-
pip install -r requirements.txt
6-
python setup.py sdist
7-
pip install dist/pysonde*.tar.gz
7+
pip install pysonde
88
```
99

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

34-
## Simple Plotting
35-
36-
The package also includes a few plotting routines that can be called with e.g.
37-
38-
Unix:
39-
```sh
40-
sounding_visualize -i converted/file/sounding.nc
41-
```
34+
The configuration of attributes, variable names and units of the input and output is done via yaml files in the `config` folder.
4235

43-
## SkewT Plotting
36+
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.
4437

45-
A skewT diagram can be created with
46-
47-
Unix:
48-
49-
```sh
50-
sounding_skewT -i converted/file/sounding.nc
51-
```
38+
The [repository containing the processing setup for the circBrazil campaign](https://github.com/observingClouds/soundings_circbrazil) can serve as a template.

0 commit comments

Comments
 (0)