From c2e3f6b6199670d55cbacf6708b1700dc59e09f0 Mon Sep 17 00:00:00 2001 From: Brian Pondi Date: Thu, 18 Jan 2024 15:41:47 +0100 Subject: [PATCH] load collection id --- R/processes.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/processes.R b/R/processes.R index 211d0c1..e776e7c 100644 --- a/R/processes.R +++ b/R/processes.R @@ -122,7 +122,7 @@ load_collection <- Process$new( ) ), returns = eo_datacube, - operation = function(collection_id, spatial_extent, temporal_extent, bands = NULL, job) { + operation = function(id, spatial_extent, temporal_extent, bands = NULL, job) { # Check if 'crs' is present in spatial_extent and convert it to numeric; if missing, default to 4326 crs <- ifelse("crs" %in% names(spatial_extent), as.numeric(spatial_extent$crs), 4326)