Skip to content

Commit

Permalink
update NEWS.md; update release date
Browse files Browse the repository at this point in the history
  • Loading branch information
appelmar committed Oct 26, 2021
1 parent 4b95cf1 commit 0bf3f7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 0bf3f7a

Please sign in to comment.