Skip to content

Commit f6749d2

Browse files
committed
Merge branch 'dev' of https://github.com/e-sensing/sits into feature/detections-api
2 parents ffeac18 + 1760ba9 commit f6749d2

19 files changed

+384
-337
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: sits
22
Type: Package
3-
Version: 1.5.0
3+
Version: 1.5.1
44
Title: Satellite Image Time Series Analysis for Earth Observation Data Cubes
55
Authors@R: c(person('Rolf', 'Simoes', role = c('aut'), email = '[email protected]'),
66
person('Gilberto', 'Camara', role = c('aut', 'cre'), email = '[email protected]'),

R/api_gdal.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
),
157157
params = list(
158158
"-ot" = data_type,
159-
"-of" = .conf("gdal_presets", "block", "of"),
159+
"-of" = .conf("gdal_presets", "image", "of"),
160160
"-b" = rep(1, nlayers),
161161
"-outsize" = list(.ncols(block), .nrows(block)),
162162
"-scale" = list(0, 1, miss_value, miss_value),
@@ -165,7 +165,7 @@
165165
.xmin(bbox), .ymax(bbox), .xmax(bbox), .ymin(bbox)
166166
),
167167
"-a_nodata" = miss_value,
168-
"-co" = .conf("gdal_presets", "block", "co")
168+
"-co" = .conf("gdal_presets", "image", "co")
169169
),
170170
quiet = TRUE
171171
)

0 commit comments

Comments
 (0)