v0.15.1
Release Notes
Bug Fixes
- Fix a bug in computing snow where the
t_snow
argument was not being converted to Kelvin.
New Features
- If
snow=True
is passed to bothget_bygeom
andget_bycoords
functions, thevariables
argument will be checked to see if it containsprcp
andtemp
, if not, they will be added to the list of variables to be retrieved. This is to ensure that thesnow
argument works as expected.