- added functionality to save grid as 2 dimensional array in grid.netcdf if grid is regular and shape information is given
0.2.0
=========================
- added readers, tests and examples for H-SAF image products H07, H08 and H14 - added resample method that makes using pyresample a easier for the dictionary structure that pytesmo uses for image data - added colormap reader for custom colormaps
0.1.3
=========================
- fixed bug in grid.nearest\_neighbour that caused different results on different systems. Radians are now always calculated at 64bit accuracy - ISMN routines now read the new ISMN download format - df\_metrics.bias now also returns a namedtuple
0.1.2
=========================
- Reader for different versions of netCDF H25 HSAF product - added functionality to save grid definitions to netCDF files - Fixed Bug that masked all data if snow probabilities did not exist - Added tests
0.1.1
=========================
- Added readers for netCDF H25 HSAF product - Added readers for netCDF ERS soil moisture product - Added general grid classes - Performance improvements for anomaly and climatology calculation through usage of cython - Introduced df\_metrics module for convienent calculation of metrics for data saved in pandas.DataFrames