We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b10ed1 commit 480f517Copy full SHA for 480f517
test/test.py
@@ -235,7 +235,7 @@ def test():
235
'min/max 295.40 308.10'
236
>>> grbs = pygrib.open('../sampledata/no-radius-shapeOfEarth-7.grb2')
237
>>> for grb in grbs: print(grb)
238
- 1:Total precipitation:kg m-2 (accum):lambert:surface:level 0:fcst time 15-30 mins (accum):from 201804100000
+ 1:Total precipitation:kg m-2 (accum):lambert:surface:level 0:fcst time 15m-30m mins (accum):from 201804100000
239
>>> str(grb.packingType)
240
'grid_simple'
241
>>> grbs.close()
0 commit comments