From 0bf3f7ab80e825852e417e602cf208df9ac4ca30 Mon Sep 17 00:00:00 2001 From: Marius Appel Date: Tue, 26 Oct 2021 13:25:07 +0200 Subject: [PATCH] update NEWS.md; update release date --- DESCRIPTION | 2 +- NEWS.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 41a30e1..9393863 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: gdalcubes Title: Earth Observation Data Cubes from Satellite Image Collections Version: 0.5.0 -Date: 2021-10-20 +Date: 2021-10-27 Authors@R: c( person(given = "Marius", family = "Appel", diff --git a/NEWS.md b/NEWS.md index 64d2757..eef0f47 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,12 +1,13 @@ -# gdalcubes 0.5.0 (under development) +# gdalcubes 0.5.0 (2021-10-27) * new operation `aggregate_time()` to reduce temporal resolution of data cubes -* new `stack_cube()` type to build data cubes from aligned images without image collection creation +* new `stack_cube()` function to build data cubes from aligned images without image collection creation * new operations `slice_time()` and `slice_space()` to extract single time series or slices * new `crop()` function can be used to crop a data cube by space and/or time * single bands of data cubes can be selected using the `$` operator * fix datetime parser to support strings with fractional seconds * fix CRAN issues due to obsolete autoconf warnings +* the`[]` operator can now be used for flexible cropping, slicing, and band selection on data cubes # gdalcubes 0.4.1 (2021-07-29)