- New function
dailyagg
- Many bug fixes in terms of compatibility with other packages
- Usage of Julia Package extensions for GeoMakie integration
- New functions
value_space, quantile_space
. globalattr
has been renamed toncglobalattr
.
- Data with
Coord
dimension can now be saved as .nc files withncwrite
. - When loading data with
Coord
, the longitude was automatically wrapped to -180 to 180 degrees. There was no reason for this, now no wrapping is done, the user may want to do it on their own after loading.
- Removed functions for calculating some decompositions of albedo to atmosphere/surface contributions. They were not basic enough for this package.
Changelog for ClimateBase.jl is kept from version 0.14 onwards