Skip to content

Commit

Permalink
Merge pull request #452 from rolfsimoes/hotfix/config
Browse files Browse the repository at this point in the history
Hotfix/config
  • Loading branch information
rolfsimoes authored Oct 29, 2021
2 parents 8a0036d + a2240e7 commit 208f27d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: sits
Type: Package
Version: 0.15.0-3
Version: 0.15.0-4
Title: Satellite Image Time Series Analysis for Remote Sensing Data Cubes
Authors@R: c(person('Rolf', 'Simoes', role = c('aut'), email = '[email protected]'),
person('Gilberto', 'Camara', role = c('aut', 'cre'), email = '[email protected]'),
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ We are preparing to release the package on CRAN and are making relevant changes

# What's new in SITS version 0.15.0

### New features in SITS version 0.15.0-4
* Change `gdalcubes_chunk_size` in "config.yml" to improve `sits_regularize()`.

### New features in SITS version 0.15.0-3
* Fix bug in `.source_collection_access_test` to pass ellipsis to `rstac::post_request` function.

Expand Down
2 changes: 1 addition & 1 deletion inst/extdata/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ raster_api_package : "terra"
gdal_creation_options : ["COMPRESS=LZW", "BIGTIFF=YES"]

# configuration for gdalcubes chunk
gdalcubes_chunk_size : [1, 256, 256]
gdalcubes_chunk_size : [1, 2048, 2048]

# local cube config options
local_s3_class : ["local_cube", "raster_cube"]
Expand Down

0 comments on commit 208f27d

Please sign in to comment.