- `datacube` `mask_with` parameters supports now `cloud_mask` (cnn cloudmask from EDA).
Fixed
- items `Datetime` are automatically converted in nanoseconds. - AssetMapper is now also in the search part for only requesting the needed assets.
0.1.7
Fixed
- datacube cloud masked when using `groupby_date`.
Changed
- accessors are now more compatible for dataarray and dataset. - `ed.clip` accessor now manages first bounding box then clip geometry to be faster. - New whittaker function that is about 20 times faster. Beware, lambda from previous whittaker must be multiplied by 10 000 to have same results.
0.1.6
Fixed
- Better management of mixing several cloud cover a same day to ensure highest clear coverage.
0.1.5
Fixed
- Better management of cloud mask and error messages. - `groupby_date` is now performed after processing the cloudmask in order to ensure a better compatibility.
0.1.4
Fixed
- type str/list for `datacube` `mask_with` kwarg.
Added
- unit tests for mask.
0.1.3
Changed
- `mask_with` now supports list. If so, if the first mask type is not available for a collection, it will switch to the second mask.