Skip to content

Commit

Permalink
context in udf
Browse files Browse the repository at this point in the history
  • Loading branch information
PondiB committed Nov 22, 2023
1 parent c4756e6 commit 4d55ad4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/03-change-detection/R-Client-bfast-brandenburg.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ change.detection = 'function(x) {
}'

# run udf
datacube_udf = p$run_udf(data = datacube_filtered, udf = change.detection, context = c("change_date", "change_magnitude"))
datacube_udf = p$run_udf(data = datacube_filtered, udf = change.detection, context = c("change_date", "change_magnitude"))

# supported formats
formats = list_file_formats()
Expand Down
16 changes: 16 additions & 0 deletions man/load_stac.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d55ad4

Please sign in to comment.