grib2io v0.9.3
Pre-releasegrib2io Version 0.9.3 Release Notes
New Features:
-
Implementation of a wgrib2-formatted probability threshold string generated by new function,
grib2io.utils.get_wgrib2_prob_string()
. The string is stored ingrib2io.open._index['probString']
and in instances ofGrib2Message
as thethreshold
attribute. The logic for generation of the probability threshold string originates from wgrib2 source, Prob.c. (#16) -
The
grib2io.open.select()
method now accepts keyword argumentsthreshold=
that accepts a wgrib2-formatted probability threshold string andpercentile=
that accepts a integer representing the percentile value. (#16 and #17) -
The
grib2.open
class__init__
method now accepts a boolean keyword argumentdecode=
(default isTrue
) to provide user control of whether or not to decode GRIB2 integer code values from the GRIB2 definition sections to 'plain language" metadata. (#18)
Bug Fixes:
- Fixed issue decoding probability threshold values from GRIB2 message witih product definition template numbers 4.5 and 4.9. (#15)