Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kocatepedogu committed Sep 19, 2023
2 parents f871795 + d0de69b commit f6e96fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sounding Viewer

An open source sounding viewer and editor. The application provides a simple interface to download and plot GFS soundings from rucsoundings.noaa.gov and nomads.ncep.noaa.gov. Prints data as a table, draws Skew-T log-P diagrams, and shows computed instability indices.
An open source sounding viewer and editor. The application provides a simple interface to download and plot GFS soundings from rucsoundings.noaa.gov and nomads.ncep.noaa.gov. It prints data as a table, draws Skew-T log-P diagrams, and shows computed instability indices.

<img src="./resources/map.png" align="left" width="300">
<img src="./resources/app.png" width="300">
Expand All @@ -9,8 +9,8 @@ An open source sounding viewer and editor. The application provides a simple int
+ All values in the sounding table are modifiable. Changes are immediately reflected in the diagram and in the indices panel.
+ It is possible to exclude any particular pressure level from the sounding. The lowest included level is used as the surface level for computing parcel temperatures and indices such as CAPE and Lifted Index.
+ Pressure levels in the table can be deleted, or new pressure levels can be created. When a new pressure level is added, its values are determined by linear interpolation or linear extrapolation, but these values can also be modified by the user.
+ Skewness and temperature limits of the Skew-T diagram can be set by the user.
+ The curves and functions to be drawn are determined using checkbox lists.
+ Skewness and temperature limits of the Skew-T diagram can be changed.
+ It is possible to select which curves and functions are going to be drawn.

## Dependencies

Expand Down

0 comments on commit f6e96fc

Please sign in to comment.