Skip to content

Commit

Permalink
bug fix image collection
Browse files Browse the repository at this point in the history
bug fix image collection
  • Loading branch information
PondiB committed Jan 19, 2024
2 parents bb37f5f + 6497ca9 commit 4cf78fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/processes.R
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ load_collection <- Process$new(
# create image collection from stac items features
img.col <- stac_image_collection(items$features, property_filter =
function(x) {x[["eo:cloud_cover"]] < 30})
message("Image collection: ", img.col)
message("Image collection created...")
# Define cube view with monthly aggregation
crs <- c("EPSG", crs)
crs <- paste(crs, collapse = ":")
Expand Down

0 comments on commit 4cf78fa

Please sign in to comment.