NCPP / ocgis

OpenClimateGIS is a set of geoprocessing and calculation tools for CF-compliant climate datasets.
Other
70 stars 19 forks source link

fixed bug in freezethaw computation. #469

Closed huard closed 6 years ago

huard commented 6 years ago

For the FreezeThaw class I copied code from the Duration class, but the output looked garbled. I simplified it using np.apply_along_axis. Is it kosher ?

bekozi commented 6 years ago

Looks good! :+1: