diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-11-22 08:32:22 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-23 16:02:01 +0700 |
commit | 604be6a3da8dc95e2d89a426877c7f4021eb91df (patch) | |
tree | 727f1c0c670a5716c60edf7893b370c55aa45122 /misc/zyGrib/README | |
parent | 5768b95122764df0771c1aafc9bbcea7062f3d17 (diff) | |
download | slackbuilds-604be6a3da8dc95e2d89a426877c7f4021eb91df.tar.gz |
misc/zyGrib: Removed (no longer builds).
Diffstat (limited to 'misc/zyGrib/README')
-rw-r--r-- | misc/zyGrib/README | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/misc/zyGrib/README b/misc/zyGrib/README deleted file mode 100644 index 9e27493cb1..0000000000 --- a/misc/zyGrib/README +++ /dev/null @@ -1,33 +0,0 @@ -zyGrib is a program to download and visualize meteorological forecast data in -the standard formats GRIB 1 and 2. The available datasets include NOAA-GFS -(weather and wind conditions, above ground and at altitude) and FNMOC-WW3 (wave -conditions). It is possible to create animations from the forecast data of the -selected region and to export them as a set of images. - -The available data include: - -- Mean sea level pressure -- Wind 10m above surface -- Wind gusts -- Temperature 2m above surface -- Minimum and maximum temperature 2m above surface -- Relative humidity 2m above surface -- Total precipitation (mm/h) -- Cloud cover (%) -- Dew point 2m above surface -- 0 deg C isotherm -- Snow (rain-snow line and snowfall risk) -- CAPE (convective available potential energy) and CIN (convective inhibition) -- Data at altitude (wind, temperature, theta-e, geopotential altitude, relative - humidity) at 925, 850, 700, 600, 500, 400, 300 and 200 hPa levels -- Atmospheric sounding forecast displayed on SkewT-LogP thermodynamic diagrams -- Waves (height, direction, period, whitecap probability for wind waves, swell, - and for significant, maximum, primary and secondary waves) -- Sea currents (not provided by zyGrib's data server) - -The zyGrib source package ships with the code for Qwt (an extension library for -QT) and NOAA's g2clib (decoder/encoder routines for GRIB 2): both are built -automatically and linked statically: this will not affect already installed -libraries. - -zyGrib is distributed under the GNU GPL, version 3. |