Skip to content

Commit

Permalink
filter bands update
Browse files Browse the repository at this point in the history
  • Loading branch information
PondiB committed Oct 31, 2023
1 parent cd71558 commit b9c3bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/processes.R
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,10 @@ filter_bands = Process$new(
returns = eo_datacube,
operation = function(data, bands, job) {
if(! is.null(bands)) {
cube = select_bands(data, bands)
cube = gdalcubes::select_bands(data, bands)
}
message("Filtered data cube ....")
message(as_json(cube))
message(gdalcubes::as_json(cube))
return(cube)
}
)
Expand Down

0 comments on commit b9c3bbe

Please sign in to comment.